#A97E12

Color #A97E12 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A97E12

Tints of Dark Goldenrod #A97E12

Color information

#A97E12 (or 0xA97E12) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 7E and 12. RGB value is (169,126,18). Sum of RGB (Red+Green+Blue) = 169+126+18=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97E12 is #5681ED. Grayscale: #7F7F7F. Windows color (decimal): -5669358 or 1212073. OLE color: 1212073.

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

Color convert

RGB16912618-
CMYK00.250.890.34
HSL42.91º80.75%36.67%-
HSV(B)42.91º89.35%66.27%-
XYZ23.9323.43.83-
YUV126.5466.75158.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.99%
GREEN value IS 126 (49.61% from 255) = 40.26%
BLUE value IS 18 (7.42% from 255) = 5.75%
R=53.99%
G=40.26%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691261800.250.890.3442.9180.7536.67
HexA97E1201959222b5125
Octal25117622031131425312145
Binary1010100111111101001001100110110011000101010111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97E12; }

 p { color: rgb(169,126,18); }

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

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

 a { background-color: rgb(169,126,18); }

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

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

 span { border-color: rgb(169,126,18); }

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