#A67019

Color #A67019 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A67019

Tints of Golden Brown #A67019

Color information

#A67019 (or 0xA67019) is unknown color: approx Golden Brown. HEX triplet: A6, 70 and 19. RGB value is (166,112,25). Sum of RGB (Red+Green+Blue) = 166+112+25=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A67019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67019 is #598FE6. Grayscale: #767676. Windows color (decimal): -5869543 or 1667238. OLE color: 1667238.

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

Color convert

RGB16611225-
CMYK00.330.850.35
HSL37.02º73.82%37.45%-
HSV(B)37.02º84.94%65.1%-
XYZ21.719.773.59-
YUV118.2375.39162.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.79%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 25 (10.16% from 255) = 8.25%
R=54.79%
G=36.96%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661122500.330.850.3537.0273.8237.45
HexA670190215523254a25
Octal24616031041125434511245
Binary10100110111000011001010000110101011000111001011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67019; }

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

 H1.HeaderClassName
 {
   color: #A67019;
 }
 .AnyTagClassName
 {
   color: #A67019;
 }
</style>
background-color css

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

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

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

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

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

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