#A88A01

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

Shades of Dark Goldenrod #A88A01

Tints of Dark Goldenrod #A88A01

Color information

#A88A01 (or 0xA88A01) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 8A and 01. RGB value is (168,138,1). Sum of RGB (Red+Green+Blue) = 168+138+1=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88A01 is #5775FE. Grayscale: #838383. Windows color (decimal): -5731839 or 101032. OLE color: 101032.

HSL color Cylindrical-coordinate representation of color #A88A01: hue angle of 49.22º 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 #A88A01 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB1681381-
CMYK00.180.990.34
HSL49.22º98.82%33.14%-
HSV(B)49.22º99.4%65.88%-
XYZ25.2426.53.81-
YUV131.3554.44154.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.72%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=54.72%
G=44.95%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168138100.180.990.3449.2298.8233.14
HexA88A10126322316321
Octal2502121022143426114341
Binary1010100010001010101001011000111000101100011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A01; }

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

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

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

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

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

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

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

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