Html Css Color HEX #AC714F Sante Fe

📋 copy color: '#AC714F'

red 172 ◦ green 113 ◦ blue 79

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

Shades of Sante Fe #AC714F

Tints of Sante Fe #AC714F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.04%

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

R = 47.25%
G = 31.04%
B = 21.7%

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

#AC714F (or 0xAC714F) is known color: Sante Fe. HEX triplet: AC, 71 and 4F. RGB value is (172,113,79). Sum of RGB (Red+Green+Blue) = 172+113+79=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC714F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC714F is #538EB0. Grayscale: #7E7E7E. Windows color (decimal): -5476017 or 5206444. OLE color: 5206444.

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

Color convert

RGB 172 113 79 -
CMYK 0 0.34 0.54 0.33
HSL 21.94º 0.37% 0.49% -
HSV(B) 21.94º 0.54% 0.67% -
XYZ 24.33 21.15 10.2 -
YUV 126.77 101.05 160.26 -
System Red Green Blue C M Y K H S L
Decimal 172 113 79 0 0.34 0.54 0.33 21.94 0.37 0.49
Hex AC 71 4F 0 22 36 21 16 25 31
Octal 254 161 117 0 42 66 41 26 45 61
Binary 10101100 1110001 1001111 0 100010 110110 100001 10110 100101 110001

Color Harmonies of #AC714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC714F

Black with #AC714F

Text Example


Text Example

White with #AC714F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC714F; }

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

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

background-color css

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

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

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

border-color css

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

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

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