#A09610

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

Shades of Lucky #A09610

Tints of Lucky #A09610

Color information

#A09610 (or 0xA09610) is unknown color: approx Lucky. HEX triplet: A0, 96 and 10. RGB value is (160,150,16). Sum of RGB (Red+Green+Blue) = 160+150+16=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A09610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09610 is #5F69EF. Grayscale: #8A8A8A. Windows color (decimal): -6253040 or 1087136. OLE color: 1087136.

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

Color convert

RGB16015016-
CMYK00.060.90.37
HSL55.83º81.82%34.51%-
HSV(B)55.83º90%62.75%-
XYZ25.529.324.81-
YUV137.7159.31143.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.08%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 16 (6.64% from 255) = 4.91%
R=49.08%
G=46.01%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.9
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601501600.060.90.3755.8381.8234.51
HexA09610065A25385223
Octal2402262006132457012243
Binary101000001001011010000011010110101001011110001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09610; }

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

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

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

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

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

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

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

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