#a09223

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

Shades of Lucky #A09223

Tints of Lucky #A09223

Color information

#A09223 (or 0xA09223) is unknown color: approx Lucky. HEX triplet: A0, 92 and 23. RGB value is (160,146,35). Sum of RGB (Red+Green+Blue) = 160+146+35=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A09223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09223 is #5F6DDC. Grayscale: #898989. Windows color (decimal): -6254045 or 2331296. OLE color: 2331296.

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

Color convert

RGB16014635-
CMYK00.090.780.37
HSL53.28º64.1%38.24%-
HSV(B)53.28º78.12%62.75%-
XYZ25.0828.155.7-
YUV137.5370.14144.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 35 (14.06% from 255) = 10.26%
R=46.92%
G=42.82%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601463500.090.780.3753.2864.138.24
HexA09223094E25354026
Octal24022243011116456510046
Binary10100000100100101000110100110011101001011101011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a09223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a09223; }

 p { color: rgb(160,146,35); }

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

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

 a { background-color: rgb(160,146,35); }

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

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

 span { border-color: rgb(160,146,35); }

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