#A07315

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

Shades of Golden Brown #A07315

Tints of Golden Brown #A07315

Color information

#A07315 (or 0xA07315) is unknown color: approx Golden Brown. HEX triplet: A0, 73 and 15. RGB value is (160,115,21). Sum of RGB (Red+Green+Blue) = 160+115+21=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A07315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07315 is #5F8CEA. Grayscale: #767676. Windows color (decimal): -6261995 or 1405856. OLE color: 1405856.

HSL color Cylindrical-coordinate representation of color #A07315: hue angle of 40.58º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A07315 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB16011521-
CMYK00.280.870.37
HSL40.58º76.8%35.49%-
HSV(B)40.58º86.87%62.75%-
XYZ20.7619.793.43-
YUV117.7473.41158.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.05%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 21 (8.59% from 255) = 7.09%
R=54.05%
G=38.85%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601152100.280.870.3740.5876.835.49
HexA0731501C5725294d23
Octal24016325034127455111543
Binary1010000011100111010101110010101111001011010011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07315; }

 p { color: rgb(160,115,21); }

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

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

 a { background-color: rgb(160,115,21); }

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

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

 span { border-color: rgb(160,115,21); }

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