#A29527

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

Shades of Lucky #A29527

Tints of Lucky #A29527

Color information

#A29527 (or 0xA29527) is unknown color: approx Lucky. HEX triplet: A2, 95 and 27. RGB value is (162,149,39). Sum of RGB (Red+Green+Blue) = 162+149+39=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A29527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29527 is #5D6AD8. Grayscale: #8C8C8C. Windows color (decimal): -6122201 or 2594210. OLE color: 2594210.

HSL color Cylindrical-coordinate representation of color #A29527: hue angle of 53.66º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A29527 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB16214939-
CMYK00.080.760.36
HSL53.66º61.19%39.41%-
HSV(B)53.66º75.93%63.53%-
XYZ26.0129.326.21-
YUV140.3570.81143.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 39 (15.62% from 255) = 11.14%
R=46.29%
G=42.57%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621493900.080.760.3653.6661.1939.41
HexA29527084C24363d27
Octal2422254701011444667547
Binary1010001010010101100111010001001100100100110110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29527; }

 p { color: rgb(162,149,39); }

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

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

 a { background-color: rgb(162,149,39); }

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

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

 span { border-color: rgb(162,149,39); }

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