#A28A0D

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

Shades of Lucky #A28A0D

Tints of Lucky #A28A0D

Color information

#A28A0D (or 0xA28A0D) is unknown color: approx Lucky. HEX triplet: A2, 8A and 0D. RGB value is (162,138,13). Sum of RGB (Red+Green+Blue) = 162+138+13=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28A0D is #5D75F2. Grayscale: #838383. Windows color (decimal): -6125043 or 887458. OLE color: 887458.

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

Color convert

RGB16213813-
CMYK00.150.920.36
HSL50.34º85.14%34.31%-
HSV(B)50.34º91.98%63.53%-
XYZ24.0625.894.11-
YUV130.9361.45150.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 138 (54.30% from 255) = 44.09%
BLUE value IS 13 (5.47% from 255) = 4.15%
R=51.76%
G=44.09%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621381300.150.920.3650.3485.1434.31
HexA28AD0F5C24325522
Octal24221215017134446212542
Binary101000101000101011010111110111001001001100101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A0D; }

 p { color: rgb(162,138,13); }

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

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

 a { background-color: rgb(162,138,13); }

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

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

 span { border-color: rgb(162,138,13); }

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