#A76615

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

Shades of Golden Brown #A76615

Tints of Golden Brown #A76615

Color information

#A76615 (or 0xA76615) is unknown color: approx Golden Brown. HEX triplet: A7, 66 and 15. RGB value is (167,102,21). Sum of RGB (Red+Green+Blue) = 167+102+21=290 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.59% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 167 - color contains mainly: red. Hex color #A76615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76615 is #5899EA. Grayscale: #707070. Windows color (decimal): -5806571 or 1402535. OLE color: 1402535.

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

Color convert

RGB16710221-
CMYK00.390.870.35
HSL33.29º77.66%36.86%-
HSV(B)33.29º87.43%65.49%-
XYZ20.8217.773.04-
YUV112.276.53167.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.59%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 21 (8.59% from 255) = 7.24%
R=57.59%
G=35.17%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671022100.390.870.3533.2977.6636.86
HexA766150275723214e25
Octal24714625047127434111645
Binary10100111110011010101010011110101111000111000011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76615; }

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

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

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

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

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

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

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

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