#A09B22

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

Shades of Lucky #A09B22

Tints of Lucky #A09B22

Color information

#A09B22 (or 0xA09B22) is unknown color: approx Lucky. HEX triplet: A0, 9B and 22. RGB value is (160,155,34). Sum of RGB (Red+Green+Blue) = 160+155+34=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B22 is #5F64DD. Grayscale: #8F8F8F. Windows color (decimal): -6251742 or 2268064. OLE color: 2268064.

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

Color convert

RGB16015534-
CMYK00.030.790.37
HSL57.62º64.95%38.04%-
HSV(B)57.62º78.75%62.75%-
XYZ26.5131.036.11-
YUV142.766.66140.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 155 (60.94% from 255) = 44.41%
BLUE value IS 34 (13.67% from 255) = 9.74%
R=45.85%
G=44.41%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601553400.030.790.3757.6264.9538.04
HexA09B22034F253a4126
Octal2402334203117457210146
Binary101000001001101110001001110011111001011110101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09B22; }

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

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

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

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

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

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

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

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