Html Css Color HEX #AC724D Sante Fe

📋 copy color: '#AC724D'

red 172 ◦ green 114 ◦ blue 77

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

Shades of Sante Fe #AC724D

Tints of Sante Fe #AC724D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.21%

R = 47.38%
G = 31.4%
B = 21.21%

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

#AC724D (or 0xAC724D) is known color: Sante Fe. HEX triplet: AC, 72 and 4D. RGB value is (172,114,77). Sum of RGB (Red+Green+Blue) = 172+114+77=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC724D is #538DB2. Grayscale: #7F7F7F. Windows color (decimal): -5475763 or 5075628. OLE color: 5075628.

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

Color convert

RGB 172 114 77 -
CMYK 0 0.34 0.55 0.33
HSL 23.37º 0.38% 0.49% -
HSV(B) 23.37º 0.55% 0.67% -
XYZ 24.37 21.34 9.86 -
YUV 127.12 99.72 160.01 -
System Red Green Blue C M Y K H S L
Decimal 172 114 77 0 0.34 0.55 0.33 23.37 0.38 0.49
Hex AC 72 4D 0 22 37 21 17 26 31
Octal 254 162 115 0 42 67 41 27 46 61
Binary 10101100 1110010 1001101 0 100010 110111 100001 10111 100110 110001

Color Harmonies of #AC724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC724D

Black with #AC724D

Text Example


Text Example

White with #AC724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC724D; }

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

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

background-color css

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

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

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

border-color css

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

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

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