#A88B08

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

Shades of Dark Goldenrod #A88B08

Tints of Dark Goldenrod #A88B08

Color information

#A88B08 (or 0xA88B08) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 8B and 08. RGB value is (168,139,8). Sum of RGB (Red+Green+Blue) = 168+139+8=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88B08 is #5774F7. Grayscale: #858585. Windows color (decimal): -5731576 or 560040. OLE color: 560040.

HSL color Cylindrical-coordinate representation of color #A88B08: hue angle of 49.12º degrees, saturation: 0.91, 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 #A88B08 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB1681398-
CMYK00.170.950.34
HSL49.12º90.91%34.51%-
HSV(B)49.12º95.24%65.88%-
XYZ25.4226.814.06-
YUV132.7457.61153.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.33%
GREEN value IS 139 (54.69% from 255) = 44.13%
BLUE value IS 8 (3.52% from 255) = 2.54%
R=53.33%
G=44.13%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168139800.170.950.3449.1290.9134.51
HexA88B80115F22315b23
Octal25021310021137426113343
Binary1010100010001011100001000110111111000101100011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88B08; }

 p { color: rgb(168,139,8); }

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

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

 a { background-color: rgb(168,139,8); }

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

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

 span { border-color: rgb(168,139,8); }

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