Html Css Color HEX #A67211 Golden Brown

📋 copy color: '#A67211'

red 166 ◦ green 114 ◦ blue 17

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

Shades of Golden Brown #A67211

Tints of Golden Brown #A67211

RGB

 RED value IS 166 (65.23% from 255) = 55.89%

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

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

R = 55.89%
G = 38.38%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A67211 (or 0xA67211) is known color: Golden Brown. HEX triplet: A6, 72 and 11. RGB value is (166,114,17). Sum of RGB (Red+Green+Blue) = 166+114+17=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A67211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67211 is #598DEE. Grayscale: #767676. Windows color (decimal): -5869039 or 1143462. OLE color: 1143462.

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

Color convert

RGB 166 114 17 -
CMYK 0 0.31 0.90 0.35
HSL 39.06º 0.81% 0.36% -
HSV(B) 39.06º 0.9% 0.65% -
XYZ 21.84 20.18 3.27 -
YUV 118.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 166 114 17 0 0.31 0.90 0.35 39.06 0.81 0.36
Hex A6 72 11 0 1F 5A 23 27 51 24
Octal 246 162 21 0 37 132 43 47 121 44
Binary 10100110 1110010 10001 0 11111 1011010 100011 100111 1010001 100100

Color Harmonies of #A67211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67211

Black with #A67211

Text Example


Text Example

White with #A67211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67211; }

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

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

background-color css

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

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

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

border-color css

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

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

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