Html Css Color HEX #AC6E57 Sante Fe

📋 copy color: '#AC6E57'

red 172 ◦ green 110 ◦ blue 87

#AC6E57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sante Fe #AC6E57

Tints of Sante Fe #AC6E57

RGB

 RED value IS 172 (67.58% from 255) = 46.61%

 GREEN value IS 110 (43.36% from 255) = 29.81%

 BLUE value IS 87 (34.38% from 255) = 23.58%

R = 46.61%
G = 29.81%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC6E57 (or 0xAC6E57) is known color: Sante Fe. HEX triplet: AC, 6E and 57. RGB value is (172,110,87). Sum of RGB (Red+Green+Blue) = 172+110+87=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E57 is #5391A8. Grayscale: #7E7E7E. Windows color (decimal): -5476777 or 5729964. OLE color: 5729964.

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

Color convert

RGB 172 110 87 -
CMYK 0 0.36 0.49 0.33
HSL 16.24º 0.34% 0.51% -
HSV(B) 16.24º 0.49% 0.67% -
XYZ 24.31 20.61 11.71 -
YUV 125.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 172 110 87 0 0.36 0.49 0.33 16.24 0.34 0.51
Hex AC 6E 57 0 24 31 21 10 22 33
Octal 254 156 127 0 44 61 41 20 42 63
Binary 10101100 1101110 1010111 0 100100 110001 100001 10000 100010 110011

Color Harmonies of #AC6E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E57

Black with #AC6E57

Text Example


Text Example

White with #AC6E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E57; }

 p { color: rgb(172,110,87); }

 H1.HeaderClassName
 {
   color: #AC6E57;
 }
 .AnyTagClassName
 {
   color: #AC6E57;
 }
</style>

background-color css

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

 a { background-color: rgb(172,110,87); }

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

border-color css

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

 span { border-color: rgb(172,110,87); }

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