#A9901E

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

Shades of Lucky #A9901E

Tints of Lucky #A9901E

Color information

#A9901E (or 0xA9901E) is unknown color: approx Lucky. HEX triplet: A9, 90 and 1E. RGB value is (169,144,30). Sum of RGB (Red+Green+Blue) = 169+144+30=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A9901E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9901E is #566FE1. Grayscale: #8A8A8A. Windows color (decimal): -5664738 or 2003113. OLE color: 2003113.

HSL color Cylindrical-coordinate representation of color #A9901E: hue angle of 49.21º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9901E is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB16914430-
CMYK00.150.820.34
HSL49.21º69.85%39.02%-
HSV(B)49.21º82.25%66.27%-
XYZ26.5728.485.32-
YUV138.4866.78149.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.27%
GREEN value IS 144 (56.64% from 255) = 41.98%
BLUE value IS 30 (12.11% from 255) = 8.75%
R=49.27%
G=41.98%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691443000.150.820.3449.2169.8539.02
HexA9901E0F5222314627
Octal25122036017122426110647
Binary1010100110010000111100111110100101000101100011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9901E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9901E; }

 p { color: rgb(169,144,30); }

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

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

 a { background-color: rgb(169,144,30); }

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

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

 span { border-color: rgb(169,144,30); }

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