Html Css Color HEX #AC7559 Sante Fe

📋 copy color: '#AC7559'

red 172 ◦ green 117 ◦ blue 89

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

Shades of Sante Fe #AC7559

Tints of Sante Fe #AC7559

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

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

R = 45.5%
G = 30.95%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC7559 (or 0xAC7559) is known color: Sante Fe. HEX triplet: AC, 75 and 59. RGB value is (172,117,89). Sum of RGB (Red+Green+Blue) = 172+117+89=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7559 is #538AA6. Grayscale: #828282. Windows color (decimal): -5474983 or 5862828. OLE color: 5862828.

HSL color Cylindrical-coordinate representation of color #AC7559: hue angle of 20.24º 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 #AC7559 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 117 89 -
CMYK 0 0.32 0.48 0.33
HSL 20.24º 0.33% 0.51% -
HSV(B) 20.24º 0.48% 0.67% -
XYZ 25.18 22.21 12.41 -
YUV 130.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 172 117 89 0 0.32 0.48 0.33 20.24 0.33 0.51
Hex AC 75 59 0 20 30 21 14 21 33
Octal 254 165 131 0 40 60 41 24 41 63
Binary 10101100 1110101 1011001 0 100000 110000 100001 10100 100001 110011

Color Harmonies of #AC7559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7559

Black with #AC7559

Text Example


Text Example

White with #AC7559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7559; }

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

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

background-color css

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

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

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

border-color css

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

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

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