Html Css Color HEX #A47211 Golden Brown

📋 copy color: '#A47211'

red 164 ◦ green 114 ◦ blue 17

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

Shades of Golden Brown #A47211

Tints of Golden Brown #A47211

RGB

 RED value IS 164 (64.45% from 255) = 55.59%

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

 BLUE value IS 17 (7.03% from 255) = 5.76%

R = 55.59%
G = 38.64%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A47211 (or 0xA47211) is known color: Golden Brown. HEX triplet: A4, 72 and 11. RGB value is (164,114,17). Sum of RGB (Red+Green+Blue) = 164+114+17=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A47211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47211 is #5B8DEE. Grayscale: #767676. Windows color (decimal): -6000111 or 1143460. OLE color: 1143460.

HSL color Cylindrical-coordinate representation of color #A47211: hue angle of 39.59º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A47211 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 114 17 -
CMYK 0 0.30 0.90 0.36
HSL 39.59º 0.81% 0.35% -
HSV(B) 39.59º 0.9% 0.64% -
XYZ 21.43 19.97 3.26 -
YUV 117.89 71.07 160.89 -
System Red Green Blue C M Y K H S L
Decimal 164 114 17 0 0.30 0.90 0.36 39.59 0.81 0.35
Hex A4 72 11 0 1E 5A 24 28 51 23
Octal 244 162 21 0 36 132 44 50 121 43
Binary 10100100 1110010 10001 0 11110 1011010 100100 101000 1010001 100011

Color Harmonies of #A47211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47211

Black with #A47211

Text Example


Text Example

White with #A47211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47211; }

 p { color: rgb(164,114,17); }

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

background-color css

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

 a { background-color: rgb(164,114,17); }

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

border-color css

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

 span { border-color: rgb(164,114,17); }

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