#A88409

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

Shades of Dark Goldenrod #A88409

Tints of Dark Goldenrod #A88409

Color information

#A88409 (or 0xA88409) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 84 and 09. RGB value is (168,132,9). Sum of RGB (Red+Green+Blue) = 168+132+9=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A88409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88409 is #577BF6. Grayscale: #818181. Windows color (decimal): -5733367 or 623784. OLE color: 623784.

HSL color Cylindrical-coordinate representation of color #A88409: hue angle of 46.42º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A88409 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB1681329-
CMYK00.210.950.34
HSL46.42º89.83%34.71%-
HSV(B)46.42º94.64%65.88%-
XYZ24.4524.853.77-
YUV128.7460.43156-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.37%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 9 (3.91% from 255) = 2.91%
R=54.37%
G=42.72%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168132900.210.950.3446.4289.8334.71
HexA88490155F222e5a23
Octal25020411025137425613243
Binary1010100010000100100101010110111111000101011101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88409; }

 p { color: rgb(168,132,9); }

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

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

 a { background-color: rgb(168,132,9); }

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

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

 span { border-color: rgb(168,132,9); }

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