#A97010

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

Shades of Golden Brown #A97010

Tints of Golden Brown #A97010

Color information

#A97010 (or 0xA97010) is unknown color: approx Golden Brown. HEX triplet: A9, 70 and 10. RGB value is (169,112,16). Sum of RGB (Red+Green+Blue) = 169+112+16=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A97010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97010 is #568FEF. Grayscale: #767676. Windows color (decimal): -5672944 or 1077417. OLE color: 1077417.

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

Color convert

RGB16911216-
CMYK00.340.910.34
HSL37.65º82.7%36.27%-
HSV(B)37.65º90.53%66.27%-
XYZ22.2520.063.19-
YUV118.170.38164.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.90%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 16 (6.64% from 255) = 5.39%
R=56.90%
G=37.71%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691121600.340.910.3437.6582.736.27
HexA970100225B22265324
Octal25116020042133424612344
Binary10101001111000010000010001010110111000101001101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97010; }

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

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

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

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

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

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

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

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