#A09B02

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

Shades of Lucky #A09B02

Tints of Lucky #A09B02

Color information

#A09B02 (or 0xA09B02) is unknown color: approx Lucky. HEX triplet: A0, 9B and 02. RGB value is (160,155,2). Sum of RGB (Red+Green+Blue) = 160+155+2=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09B02 is #5F64FD. Grayscale: #8B8B8B. Windows color (decimal): -6251774 or 170912. OLE color: 170912.

HSL color Cylindrical-coordinate representation of color #A09B02: hue angle of 58.1º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A09B02 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB1601552-
CMYK00.030.990.37
HSL58.1º97.53%31.76%-
HSV(B)58.1º98.75%62.75%-
XYZ26.2330.924.64-
YUV139.0550.66142.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.47%
GREEN value IS 155 (60.94% from 255) = 48.90%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=50.47%
G=48.90%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160155200.030.990.3758.197.5331.76
HexA09B20363253a6220
Octal240233203143457214240
Binary10100000100110111001111000111001011110101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09B02; }

 p { color: rgb(160,155,2); }

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

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

 a { background-color: rgb(160,155,2); }

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

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

 span { border-color: rgb(160,155,2); }

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