#A76017

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

Shades of Golden Brown #A76017

Tints of Golden Brown #A76017

Color information

#A76017 (or 0xA76017) is unknown color: approx Golden Brown. HEX triplet: A7, 60 and 17. RGB value is (167,96,23). Sum of RGB (Red+Green+Blue) = 167+96+23=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A76017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76017 is #589FE8. Grayscale: #6D6D6D. Windows color (decimal): -5808105 or 1532071. OLE color: 1532071.

HSL color Cylindrical-coordinate representation of color #A76017: hue angle of 30.42º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A76017 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB1679623-
CMYK00.430.860.35
HSL30.42º75.79%37.25%-
HSV(B)30.42º86.23%65.49%-
XYZ20.2716.642.95-
YUV108.9179.52169.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.39%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 23 (9.38% from 255) = 8.04%
R=58.39%
G=33.57%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167962300.430.860.3530.4275.7937.25
HexA7601702B56231e4c25
Octal24714027053126433611445
Binary1010011111000001011101010111010110100011111101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76017; }

 p { color: rgb(167,96,23); }

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

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

 a { background-color: rgb(167,96,23); }

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

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

 span { border-color: rgb(167,96,23); }

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