#A97015

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

Shades of Golden Brown #A97015

Tints of Golden Brown #A97015

Color information

#A97015 (or 0xA97015) is unknown color: approx Golden Brown. HEX triplet: A9, 70 and 15. RGB value is (169,112,21). Sum of RGB (Red+Green+Blue) = 169+112+21=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A97015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97015 is #568FEA. Grayscale: #777777. Windows color (decimal): -5672939 or 1405097. OLE color: 1405097.

HSL color Cylindrical-coordinate representation of color #A97015: hue angle of 36.89º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A97015 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB16911221-
CMYK00.340.880.34
HSL36.89º77.89%37.25%-
HSV(B)36.89º87.57%66.27%-
XYZ22.2920.083.41-
YUV118.6772.88163.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.96%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 21 (8.59% from 255) = 6.95%
R=55.96%
G=37.09%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691122100.340.880.3436.8977.8937.25
HexA970150225822254e25
Octal25116025042130424511645
Binary10101001111000010101010001010110001000101001011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97015; }

 p { color: rgb(169,112,21); }

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

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

 a { background-color: rgb(169,112,21); }

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

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

 span { border-color: rgb(169,112,21); }

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