#a89428

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

Shades of Lucky #A89428

Tints of Lucky #A89428

Color information

#A89428 (or 0xA89428) is unknown color: approx Lucky. HEX triplet: A8, 94 and 28. RGB value is (168,148,40). Sum of RGB (Red+Green+Blue) = 168+148+40=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A89428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89428 is #576BD7. Grayscale: #8E8E8E. Windows color (decimal): -5729240 or 2659496. OLE color: 2659496.

HSL color Cylindrical-coordinate representation of color #A89428: hue angle of 50.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A89428 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB16814840-
CMYK00.120.760.34
HSL50.62º61.54%40.78%-
HSV(B)50.62º76.19%65.88%-
XYZ27.1229.666.3-
YUV141.6770.63146.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.19%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 40 (16.02% from 255) = 11.24%
R=47.19%
G=41.57%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681484000.120.760.3450.6261.5440.78
HexA894280C4C22333e29
Octal2502245001411442637651
Binary1010100010010100101000011001001100100010110011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a89428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a89428; }

 p { color: rgb(168,148,40); }

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

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

 a { background-color: rgb(168,148,40); }

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

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

 span { border-color: rgb(168,148,40); }

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