#A76605

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

Shades of Golden Brown #A76605

Tints of Golden Brown #A76605

Color information

#A76605 (or 0xA76605) is unknown color: approx Golden Brown. HEX triplet: A7, 66 and 05. RGB value is (167,102,5). Sum of RGB (Red+Green+Blue) = 167+102+5=274 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.95% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 167 - color contains mainly: red. Hex color #A76605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76605 is #5899FA. Grayscale: #6E6E6E. Windows color (decimal): -5806587 or 353959. OLE color: 353959.

HSL color Cylindrical-coordinate representation of color #A76605: hue angle of 35.93º 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 #A76605 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB1671025-
CMYK00.390.970.35
HSL35.93º94.19%33.73%-
HSV(B)35.93º97.01%65.49%-
XYZ20.7217.732.47-
YUV110.3868.53168.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.95%
GREEN value IS 102 (40.23% from 255) = 37.23%
BLUE value IS 5 (2.34% from 255) = 1.82%
R=60.95%
G=37.23%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167102500.390.970.3535.9394.1933.73
HexA76650276123245e22
Octal2471465047141434413642
Binary101001111100110101010011111000011000111001001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76605; }

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

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

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

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

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

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

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

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