#A88A11

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

Shades of Dark Goldenrod #A88A11

Tints of Dark Goldenrod #A88A11

Color information

#A88A11 (or 0xA88A11) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 8A and 11. RGB value is (168,138,17). Sum of RGB (Red+Green+Blue) = 168+138+17=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88A11 is #5775EE. Grayscale: #858585. Windows color (decimal): -5731823 or 1149608. OLE color: 1149608.

HSL color Cylindrical-coordinate representation of color #A88A11: hue angle of 48.08º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A88A11 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB16813817-
CMYK00.180.900.34
HSL48.08º81.62%36.27%-
HSV(B)48.08º89.88%65.88%-
XYZ25.3426.544.32-
YUV133.1862.44152.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.01%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 17 (7.03% from 255) = 5.26%
R=52.01%
G=42.72%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681381700.180.900.3448.0881.6236.27
HexA88A110125A22305224
Octal25021221022132426012244
Binary10101000100010101000101001010110101000101100001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A11; }

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

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

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

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

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

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

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

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