#A89401

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

Shades of Dark Goldenrod #A89401

Tints of Dark Goldenrod #A89401

Color information

#A89401 (or 0xA89401) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 94 and 01. RGB value is (168,148,1). Sum of RGB (Red+Green+Blue) = 168+148+1=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A89401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89401 is #576BFE. Grayscale: #898989. Windows color (decimal): -5729279 or 103592. OLE color: 103592.

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

Color convert

RGB1681481-
CMYK00.120.990.34
HSL52.81º98.82%33.14%-
HSV(B)52.81º99.4%65.88%-
XYZ26.7429.514.31-
YUV137.2251.13149.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.00%
GREEN value IS 148 (58.20% from 255) = 46.69%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=53.00%
G=46.69%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168148100.120.990.3452.8198.8233.14
HexA89410C6322356321
Octal2502241014143426514341
Binary101010001001010010110011000111000101101011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89401; }

 p { color: rgb(168,148,1); }

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

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

 a { background-color: rgb(168,148,1); }

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

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

 span { border-color: rgb(168,148,1); }

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