#AC6F4C

Color #AC6F4C Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #AC6F4C

Tints of Sante Fe #AC6F4C

Color information

#AC6F4C (or 0xAC6F4C) is unknown color: approx Sante Fe. HEX triplet: AC, 6F and 4C. RGB value is (172,111,76). Sum of RGB (Red+Green+Blue) = 172+111+76=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6F4C is #5390B3. Grayscale: #7D7D7D. Windows color (decimal): -5476532 or 5009324. OLE color: 5009324.

HSL color Cylindrical-coordinate representation of color #AC6F4C: hue angle of 21.88º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC6F4C is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17211176-
CMYK00.350.560.33
HSL21.88º38.71%48.63%-
HSV(B)21.88º55.81%67.45%-
XYZ2420.669.56-
YUV125.25100.21161.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 47.91%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 76 (30.08% from 255) = 21.17%
R=47.91%
G=30.92%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721117600.350.560.3321.8838.7148.63
HexAC6F4C0233821162731
Octal2541571140437041264761
Binary1010110011011111001100010001111100010000110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6F4C; }

 p { color: rgb(172,111,76); }

 H1.HeaderClassName
 {
   color: #AC6F4C;
 }
 .AnyTagClassName
 {
   color: #AC6F4C;
 }
</style>
background-color css

<style>
 a { background-color: #AC6F4C; }

 a { background-color: rgb(172,111,76); }

 div.DivClassName
 {
   background-color: #AC6F4C;
 }
 .BgClassName
 {
   background-color: #AC6F4C;
 }
</style>
border-color css

<style>
 span { border-color: #AC6F4C; }

 span { border-color: rgb(172,111,76); }

 td.TdClassName
 {
   border-color: #AC6F4C;
 }
 .TagClassName
 {
   border-color: #AC6F4C;
 }
</style>