#A76315

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

Shades of Golden Brown #A76315

Tints of Golden Brown #A76315

Color information

#A76315 (or 0xA76315) is unknown color: approx Golden Brown. HEX triplet: A7, 63 and 15. RGB value is (167,99,21). Sum of RGB (Red+Green+Blue) = 167+99+21=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A76315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76315 is #589CEA. Grayscale: #6E6E6E. Windows color (decimal): -5807339 or 1401767. OLE color: 1401767.

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

Color convert

RGB1679921-
CMYK00.410.870.35
HSL32.05º77.66%36.86%-
HSV(B)32.05º87.43%65.49%-
XYZ20.5317.192.95-
YUV110.4477.53168.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.19%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 21 (8.59% from 255) = 7.32%
R=58.19%
G=34.49%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167992100.410.870.3532.0577.6636.86
HexA763150295723204e25
Octal24714325051127434011645
Binary10100111110001110101010100110101111000111000001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76315; }

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

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

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

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

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

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

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

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