Html Css Color HEX #AC724E Sante Fe

📋 copy color: '#AC724E'

red 172 ◦ green 114 ◦ blue 78

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

Shades of Sante Fe #AC724E

Tints of Sante Fe #AC724E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.43%

R = 47.25%
G = 31.32%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC724E (or 0xAC724E) is known color: Sante Fe. HEX triplet: AC, 72 and 4E. RGB value is (172,114,78). Sum of RGB (Red+Green+Blue) = 172+114+78=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC724E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC724E is #538DB1. Grayscale: #7F7F7F. Windows color (decimal): -5475762 or 5141164. OLE color: 5141164.

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

Color convert

RGB 172 114 78 -
CMYK 0 0.34 0.55 0.33
HSL 22.98º 0.38% 0.49% -
HSV(B) 22.98º 0.55% 0.67% -
XYZ 24.41 21.36 10.04 -
YUV 127.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 172 114 78 0 0.34 0.55 0.33 22.98 0.38 0.49
Hex AC 72 4E 0 22 37 21 17 26 31
Octal 254 162 116 0 42 67 41 27 46 61
Binary 10101100 1110010 1001110 0 100010 110111 100001 10111 100110 110001

Color Harmonies of #AC724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC724E

Black with #AC724E

Text Example


Text Example

White with #AC724E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC724E; }

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

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

background-color css

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

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

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

border-color css

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

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

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