Html Css Color HEX #AC7214 Golden Brown

📋 copy color: '#AC7214'

red 172 ◦ green 114 ◦ blue 20

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

Shades of Golden Brown #AC7214

Tints of Golden Brown #AC7214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 56.21%
G = 37.25%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC7214 (or 0xAC7214) is known color: Golden Brown. HEX triplet: AC, 72 and 14. RGB value is (172,114,20). Sum of RGB (Red+Green+Blue) = 172+114+20=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7214 is #538DEB. Grayscale: #797979. Windows color (decimal): -5475820 or 1340076. OLE color: 1340076.

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

Color convert

RGB 172 114 20 -
CMYK 0 0.34 0.88 0.33
HSL 37.11º 0.79% 0.38% -
HSV(B) 37.11º 0.88% 0.67% -
XYZ 23.16 20.86 3.47 -
YUV 120.63 71.22 164.64 -
System Red Green Blue C M Y K H S L
Decimal 172 114 20 0 0.34 0.88 0.33 37.11 0.79 0.38
Hex AC 72 14 0 22 58 21 25 4F 26
Octal 254 162 24 0 42 130 41 45 117 46
Binary 10101100 1110010 10100 0 100010 1011000 100001 100101 1001111 100110

Color Harmonies of #AC7214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7214

Black with #AC7214

Text Example


Text Example

White with #AC7214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7214; }

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

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

background-color css

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

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

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

border-color css

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

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

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