Html Css Color HEX #AC7159 Sante Fe

📋 copy color: '#AC7159'

red 172 ◦ green 113 ◦ blue 89

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

Shades of Sante Fe #AC7159

Tints of Sante Fe #AC7159

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.21%

 BLUE value IS 89 (35.16% from 255) = 23.8%

R = 45.99%
G = 30.21%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC7159 (or 0xAC7159) is known color: Sante Fe. HEX triplet: AC, 71 and 59. RGB value is (172,113,89). Sum of RGB (Red+Green+Blue) = 172+113+89=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7159 is #538EA6. Grayscale: #808080. Windows color (decimal): -5476007 or 5861804. OLE color: 5861804.

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

Color convert

RGB 172 113 89 -
CMYK 0 0.34 0.48 0.33
HSL 17.35º 0.33% 0.51% -
HSV(B) 17.35º 0.48% 0.67% -
XYZ 24.72 21.3 12.26 -
YUV 127.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 172 113 89 0 0.34 0.48 0.33 17.35 0.33 0.51
Hex AC 71 59 0 22 30 21 11 21 33
Octal 254 161 131 0 42 60 41 21 41 63
Binary 10101100 1110001 1011001 0 100010 110000 100001 10001 100001 110011

Color Harmonies of #AC7159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7159

Black with #AC7159

Text Example


Text Example

White with #AC7159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7159; }

 p { color: rgb(172,113,89); }

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

background-color css

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

 a { background-color: rgb(172,113,89); }

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

border-color css

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

 span { border-color: rgb(172,113,89); }

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