Html Css Color HEX #AC714A Sante Fe

📋 copy color: '#AC714A'

red 172 ◦ green 113 ◦ blue 74

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

Shades of Sante Fe #AC714A

Tints of Sante Fe #AC714A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 47.91%
G = 31.48%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC714A (or 0xAC714A) is known color: Sante Fe. HEX triplet: AC, 71 and 4A. RGB value is (172,113,74). Sum of RGB (Red+Green+Blue) = 172+113+74=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC714A is #538EB5. Grayscale: #7E7E7E. Windows color (decimal): -5476022 or 4878764. OLE color: 4878764.

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

Color convert

RGB 172 113 74 -
CMYK 0 0.34 0.57 0.33
HSL 23.88º 0.4% 0.48% -
HSV(B) 23.88º 0.57% 0.67% -
XYZ 24.15 21.08 9.27 -
YUV 126.2 98.55 160.67 -
System Red Green Blue C M Y K H S L
Decimal 172 113 74 0 0.34 0.57 0.33 23.88 0.4 0.48
Hex AC 71 4A 0 22 39 21 18 28 30
Octal 254 161 112 0 42 71 41 30 50 60
Binary 10101100 1110001 1001010 0 100010 111001 100001 11000 101000 110000

Color Harmonies of #AC714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC714A

Black with #AC714A

Text Example


Text Example

White with #AC714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC714A; }

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

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

background-color css

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

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

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

border-color css

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

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

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