#A29319

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

Shades of Lucky #A29319

Tints of Lucky #A29319

Color information

#A29319 (or 0xA29319) is unknown color: approx Lucky. HEX triplet: A2, 93 and 19. RGB value is (162,147,25). Sum of RGB (Red+Green+Blue) = 162+147+25=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A29319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29319 is #5D6CE6. Grayscale: #8A8A8A. Windows color (decimal): -6122727 or 1676194. OLE color: 1676194.

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

Color convert

RGB16214725-
CMYK00.090.850.36
HSL53.43º73.26%36.67%-
HSV(B)53.43º84.57%63.53%-
XYZ25.5128.625.1-
YUV137.5864.47145.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 25 (10.16% from 255) = 7.49%
R=48.50%
G=44.01%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621472500.090.850.3653.4373.2636.67
HexA29319095524354925
Octal24222331011125446511145
Binary1010001010010011110010100110101011001001101011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29319; }

 p { color: rgb(162,147,25); }

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

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

 a { background-color: rgb(162,147,25); }

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

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

 span { border-color: rgb(162,147,25); }

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