#A29D27

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

Shades of Lucky #A29D27

Tints of Lucky #A29D27

Color information

#A29D27 (or 0xA29D27) is unknown color: approx Lucky. HEX triplet: A2, 9D and 27. RGB value is (162,157,39). Sum of RGB (Red+Green+Blue) = 162+157+39=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D27 is #5D62D8. Grayscale: #919191. Windows color (decimal): -6120153 or 2596258. OLE color: 2596258.

HSL color Cylindrical-coordinate representation of color #A29D27: hue angle of 57.56º 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 #A29D27 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB16215739-
CMYK00.030.760.36
HSL57.56º61.19%39.41%-
HSV(B)57.56º75.93%63.53%-
XYZ27.3231.946.64-
YUV145.0468.16140.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.25%
GREEN value IS 157 (61.72% from 255) = 43.85%
BLUE value IS 39 (15.62% from 255) = 10.89%
R=45.25%
G=43.85%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621573900.030.760.3657.5661.1939.41
HexA29D27034C243a3d27
Octal242235470311444727547
Binary10100010100111011001110111001100100100111010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D27; }

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

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

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

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

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

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

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

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