#A97F03

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

Shades of Dark Goldenrod #A97F03

Tints of Dark Goldenrod #A97F03

Color information

#A97F03 (or 0xA97F03) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 7F and 03. RGB value is (169,127,3). Sum of RGB (Red+Green+Blue) = 169+127+3=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97F03 is #5680FC. Grayscale: #7D7D7D. Windows color (decimal): -5669117 or 229289. OLE color: 229289.

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

Color convert

RGB1691273-
CMYK00.250.980.34
HSL44.82º96.51%33.73%-
HSV(B)44.82º98.22%66.27%-
XYZ23.9723.623.38-
YUV125.4258.91159.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.52%
GREEN value IS 127 (50% from 255) = 42.47%
BLUE value IS 3 (1.56% from 255) = 1.00%
R=56.52%
G=42.47%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169127300.250.980.3444.8296.5133.73
HexA97F301962222d6122
Octal2511773031142425514142
Binary1010100111111111101100111000101000101011011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97F03; }

 p { color: rgb(169,127,3); }

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

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

 a { background-color: rgb(169,127,3); }

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

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

 span { border-color: rgb(169,127,3); }

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