Html Css Color HEX #A67016 Golden Brown

📋 copy color: '#A67016'

red 166 ◦ green 112 ◦ blue 22

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

Shades of Golden Brown #A67016

Tints of Golden Brown #A67016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.33%

 BLUE value IS 22 (8.98% from 255) = 7.33%

R = 55.33%
G = 37.33%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A67016 (or 0xA67016) is known color: Golden Brown. HEX triplet: A6, 70 and 16. RGB value is (166,112,22). Sum of RGB (Red+Green+Blue) = 166+112+22=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A67016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67016 is #598FE9. Grayscale: #767676. Windows color (decimal): -5869546 or 1470630. OLE color: 1470630.

HSL color Cylindrical-coordinate representation of color #A67016: hue angle of 37.5º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A67016 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 112 22 -
CMYK 0 0.33 0.87 0.35
HSL 37.5º 0.77% 0.37% -
HSV(B) 37.5º 0.87% 0.65% -
XYZ 21.66 19.75 3.43 -
YUV 117.89 73.89 162.32 -
System Red Green Blue C M Y K H S L
Decimal 166 112 22 0 0.33 0.87 0.35 37.5 0.77 0.37
Hex A6 70 16 0 21 57 23 26 4D 25
Octal 246 160 26 0 41 127 43 46 115 45
Binary 10100110 1110000 10110 0 100001 1010111 100011 100110 1001101 100101

Color Harmonies of #A67016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67016

Black with #A67016

Text Example


Text Example

White with #A67016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67016; }

 p { color: rgb(166,112,22); }

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

background-color css

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

 a { background-color: rgb(166,112,22); }

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

border-color css

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

 span { border-color: rgb(166,112,22); }

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