Html Css Color HEX #AC7259 Sante Fe

📋 copy color: '#AC7259'

red 172 ◦ green 114 ◦ blue 89

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

Shades of Sante Fe #AC7259

Tints of Sante Fe #AC7259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

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

R = 45.87%
G = 30.4%
B = 23.73%

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

#AC7259 (or 0xAC7259) is known color: Sante Fe. HEX triplet: AC, 72 and 59. RGB value is (172,114,89). Sum of RGB (Red+Green+Blue) = 172+114+89=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7259 is #538DA6. Grayscale: #808080. Windows color (decimal): -5475751 or 5862060. OLE color: 5862060.

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

Color convert

RGB 172 114 89 -
CMYK 0 0.34 0.48 0.33
HSL 18.07º 0.33% 0.51% -
HSV(B) 18.07º 0.48% 0.67% -
XYZ 24.83 21.53 12.3 -
YUV 128.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 172 114 89 0 0.34 0.48 0.33 18.07 0.33 0.51
Hex AC 72 59 0 22 30 21 12 21 33
Octal 254 162 131 0 42 60 41 22 41 63
Binary 10101100 1110010 1011001 0 100010 110000 100001 10010 100001 110011

Color Harmonies of #AC7259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7259

Black with #AC7259

Text Example


Text Example

White with #AC7259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7259; }

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

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

background-color css

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

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

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

border-color css

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

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

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