#A88500

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

Shades of Dark Goldenrod #A88500

Tints of Dark Goldenrod #A88500

Color information

#A88500 (or 0xA88500) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 85 and 00. RGB value is (168,133,0). Sum of RGB (Red+Green+Blue) = 168+133+0=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A88500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88500 is #577AFF. Grayscale: #808080. Windows color (decimal): -5733120 or 34216. OLE color: 34216.

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

Color convert

RGB1681330-
CMYK00.2110.34
HSL47.5º100%32.94%-
HSV(B)47.5º100%65.88%-
XYZ24.5425.13.55-
YUV128.355.6156.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.81%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.81%
G=44.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168133000.2110.3447.510032.94
HexA88500156422306421
Octal2502050025144426014441
Binary1010100010000101001010111001001000101100001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88500; }

 p { color: rgb(168,133,0); }

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

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

 a { background-color: rgb(168,133,0); }

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

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

 span { border-color: rgb(168,133,0); }

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