#A97A00

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

Shades of Dark Goldenrod #A97A00

Tints of Dark Goldenrod #A97A00

Color information

#A97A00 (or 0xA97A00) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 7A and 00. RGB value is (169,122,0). Sum of RGB (Red+Green+Blue) = 169+122+0=291 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.08% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97A00 is #5685FF. Grayscale: #7A7A7A. Windows color (decimal): -5670400 or 31401. OLE color: 31401.

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

Color convert

RGB1691220-
CMYK00.2810.34
HSL43.31º100%33.14%-
HSV(B)43.31º100%66.27%-
XYZ23.3222.353.09-
YUV122.1459.07161.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 58.08%
GREEN value IS 122 (48.05% from 255) = 41.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.08%
G=41.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169122000.2810.3443.3110033.14
HexA97A001C64222b6421
Octal2511720034144425314441
Binary101010011111010001110011001001000101010111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A00; }

 p { color: rgb(169,122,0); }

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

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

 a { background-color: rgb(169,122,0); }

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

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

 span { border-color: rgb(169,122,0); }

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