#A76519

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

Shades of Golden Brown #A76519

Tints of Golden Brown #A76519

Color information

#A76519 (or 0xA76519) is unknown color: approx Golden Brown. HEX triplet: A7, 65 and 19. RGB value is (167,101,25). Sum of RGB (Red+Green+Blue) = 167+101+25=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A76519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76519 is #589AE6. Grayscale: #707070. Windows color (decimal): -5806823 or 1664423. OLE color: 1664423.

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

Color convert

RGB16710125-
CMYK00.400.850.35
HSL32.11º73.96%37.65%-
HSV(B)32.11º85.03%65.49%-
XYZ20.7717.593.22-
YUV112.0778.87167.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.00%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 25 (10.16% from 255) = 8.53%
R=57.00%
G=34.47%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671012500.400.850.3532.1173.9637.65
HexA765190285523204a26
Octal24714531050125434011246
Binary10100111110010111001010100010101011000111000001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76519; }

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

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

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

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

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

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

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

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