#a09628

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

Shades of Lucky #A09628

Tints of Lucky #A09628

Color information

#A09628 (or 0xA09628) is unknown color: approx Lucky. HEX triplet: A0, 96 and 28. RGB value is (160,150,40). Sum of RGB (Red+Green+Blue) = 160+150+40=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A09628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09628 is #5F69D7. Grayscale: #8C8C8C. Windows color (decimal): -6253016 or 2660000. OLE color: 2660000.

HSL color Cylindrical-coordinate representation of color #A09628: hue angle of 55º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A09628 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB16015040-
CMYK00.060.750.37
HSL55º60%39.22%-
HSV(B)55º75%62.75%-
XYZ25.7929.446.33-
YUV140.4571.31141.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 150 (58.98% from 255) = 42.86%
BLUE value IS 40 (16.02% from 255) = 11.43%
R=45.71%
G=42.86%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601504000.060.750.37556039.22
HexA09628064B25373c27
Octal240226500611345677447
Binary101000001001011010100001101001011100101110111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a09628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a09628; }

 p { color: rgb(160,150,40); }

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

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

 a { background-color: rgb(160,150,40); }

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

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

 span { border-color: rgb(160,150,40); }

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