#A09627

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

Shades of Lucky #A09627

Tints of Lucky #A09627

Color information

#A09627 (or 0xA09627) is unknown color: approx Lucky. HEX triplet: A0, 96 and 27. RGB value is (160,150,39). Sum of RGB (Red+Green+Blue) = 160+150+39=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A09627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09627 is #5F69D8. Grayscale: #8C8C8C. Windows color (decimal): -6253017 or 2594464. OLE color: 2594464.

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

Color convert

RGB16015039-
CMYK00.060.760.37
HSL55.04º60.8%39.02%-
HSV(B)55.04º75.63%62.75%-
XYZ25.7729.436.24-
YUV140.3470.81142.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 150 (58.98% from 255) = 42.98%
BLUE value IS 39 (15.62% from 255) = 11.17%
R=45.85%
G=42.98%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601503900.060.760.3755.0460.839.02
HexA09627064C25373d27
Octal240226470611445677547
Binary101000001001011010011101101001100100101110111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09627; }

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

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

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

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

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

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

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

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