#A09021

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

Shades of Lucky #A09021

Tints of Lucky #A09021

Color information

#A09021 (or 0xA09021) is unknown color: approx Lucky. HEX triplet: A0, 90 and 21. RGB value is (160,144,33). Sum of RGB (Red+Green+Blue) = 160+144+33=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A09021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09021 is #5F6FDE. Grayscale: #888888. Windows color (decimal): -6254559 or 2199712. OLE color: 2199712.

HSL color Cylindrical-coordinate representation of color #A09021: hue angle of 52.44º degrees, saturation: 0.66, 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 #A09021 is Cyan = 0, Magento = 0.1, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB16014433-
CMYK00.10.790.37
HSL52.44º65.8%37.84%-
HSV(B)52.44º79.37%62.75%-
XYZ24.7427.535.45-
YUV136.1369.8145.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.48%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 33 (13.28% from 255) = 9.79%
R=47.48%
G=42.73%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601443300.10.790.3752.4465.837.84
HexA090210A4F25344226
Octal24022041012117456410246
Binary10100000100100001000010101010011111001011101001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09021; }

 p { color: rgb(160,144,33); }

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

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

 a { background-color: rgb(160,144,33); }

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

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

 span { border-color: rgb(160,144,33); }

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