Html Css Color HEX #AC724F Sante Fe

📋 copy color: '#AC724F'

red 172 ◦ green 114 ◦ blue 79

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

Shades of Sante Fe #AC724F

Tints of Sante Fe #AC724F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.64%

R = 47.12%
G = 31.23%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC724F (or 0xAC724F) is known color: Sante Fe. HEX triplet: AC, 72 and 4F. RGB value is (172,114,79). Sum of RGB (Red+Green+Blue) = 172+114+79=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC724F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC724F is #538DB0. Grayscale: #7F7F7F. Windows color (decimal): -5475761 or 5206700. OLE color: 5206700.

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

Color convert

RGB 172 114 79 -
CMYK 0 0.34 0.54 0.33
HSL 22.58º 0.37% 0.49% -
HSV(B) 22.58º 0.54% 0.67% -
XYZ 24.44 21.37 10.23 -
YUV 127.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 172 114 79 0 0.34 0.54 0.33 22.58 0.37 0.49
Hex AC 72 4F 0 22 36 21 17 25 31
Octal 254 162 117 0 42 66 41 27 45 61
Binary 10101100 1110010 1001111 0 100010 110110 100001 10111 100101 110001

Color Harmonies of #AC724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC724F

Black with #AC724F

Text Example


Text Example

White with #AC724F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC724F; }

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

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

background-color css

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

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

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

border-color css

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

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

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