#A28E21

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

Shades of Lucky #A28E21

Tints of Lucky #A28E21

Color information

#A28E21 (or 0xA28E21) is unknown color: approx Lucky. HEX triplet: A2, 8E and 21. RGB value is (162,142,33). Sum of RGB (Red+Green+Blue) = 162+142+33=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E21 is #5D71DE. Grayscale: #888888. Windows color (decimal): -6123999 or 2199202. OLE color: 2199202.

HSL color Cylindrical-coordinate representation of color #A28E21: hue angle of 50.7º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A28E21 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB16214233-
CMYK00.120.800.36
HSL50.7º66.15%38.24%-
HSV(B)50.7º79.63%63.53%-
XYZ24.8527.145.37-
YUV135.5570.13146.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 142 (55.86% from 255) = 42.14%
BLUE value IS 33 (13.28% from 255) = 9.79%
R=48.07%
G=42.14%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621423300.120.800.3650.766.1538.24
HexA28E210C5024334226
Octal24221641014120446310246
Binary10100010100011101000010110010100001001001100111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E21; }

 p { color: rgb(162,142,33); }

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

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

 a { background-color: rgb(162,142,33); }

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

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

 span { border-color: rgb(162,142,33); }

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