#A76619

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

Shades of Golden Brown #A76619

Tints of Golden Brown #A76619

Color information

#A76619 (or 0xA76619) is unknown color: approx Golden Brown. HEX triplet: A7, 66 and 19. RGB value is (167,102,25). Sum of RGB (Red+Green+Blue) = 167+102+25=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A76619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76619 is #5899E6. Grayscale: #717171. Windows color (decimal): -5806567 or 1664679. OLE color: 1664679.

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

Color convert

RGB16710225-
CMYK00.390.850.35
HSL32.54º73.96%37.65%-
HSV(B)32.54º85.03%65.49%-
XYZ20.8617.793.25-
YUV112.6678.53166.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.80%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 25 (10.16% from 255) = 8.50%
R=56.80%
G=34.69%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671022500.390.850.3532.5473.9637.65
HexA766190275523214a26
Octal24714631047125434111246
Binary10100111110011011001010011110101011000111000011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76619; }

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

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

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

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

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

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

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

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