#A89808

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

Shades of Lucky #A89808

Tints of Lucky #A89808

Color information

#A89808 (or 0xA89808) is unknown color: approx Lucky. HEX triplet: A8, 98 and 08. RGB value is (168,152,8). Sum of RGB (Red+Green+Blue) = 168+152+8=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A89808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89808 is #5767F7. Grayscale: #8C8C8C. Windows color (decimal): -5728248 or 563368. OLE color: 563368.

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

Color convert

RGB1681528-
CMYK00.100.950.34
HSL54º90.91%34.51%-
HSV(B)54º95.24%65.88%-
XYZ27.4230.84.73-
YUV140.3753.3147.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.22%
GREEN value IS 152 (59.77% from 255) = 46.34%
BLUE value IS 8 (3.52% from 255) = 2.44%
R=51.22%
G=46.34%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168152800.100.950.345490.9134.51
HexA89880A5F22365b23
Octal25023010012137426613343
Binary101010001001100010000101010111111000101101101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89808; }

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

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

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

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

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

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

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

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