#A76205

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

Shades of Golden Brown #A76205

Tints of Golden Brown #A76205

Color information

#A76205 (or 0xA76205) is unknown color: approx Golden Brown. HEX triplet: A7, 62 and 05. RGB value is (167,98,5). Sum of RGB (Red+Green+Blue) = 167+98+5=270 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.85% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 167 - color contains mainly: red. Hex color #A76205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76205 is #589DFA. Grayscale: #6C6C6C. Windows color (decimal): -5807611 or 352935. OLE color: 352935.

HSL color Cylindrical-coordinate representation of color #A76205: hue angle of 34.44º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A76205 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB167985-
CMYK00.410.970.35
HSL34.44º94.19%33.73%-
HSV(B)34.44º97.01%65.49%-
XYZ20.3316.962.35-
YUV108.0369.86170.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.85%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=61.85%
G=36.30%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16798500.410.970.3534.4494.1933.73
HexA76250296123225e22
Octal2471425051141434213642
Binary101001111100010101010100111000011000111000101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76205; }

 p { color: rgb(167,98,5); }

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

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

 a { background-color: rgb(167,98,5); }

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

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

 span { border-color: rgb(167,98,5); }

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