#A39026

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

Shades of Lucky #A39026

Tints of Lucky #A39026

Color information

#A39026 (or 0xA39026) is unknown color: approx Lucky. HEX triplet: A3, 90 and 26. RGB value is (163,144,38). Sum of RGB (Red+Green+Blue) = 163+144+38=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A39026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39026 is #5C6FD9. Grayscale: #8A8A8A. Windows color (decimal): -6057946 or 2527395. OLE color: 2527395.

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

Color convert

RGB16314438-
CMYK00.120.770.36
HSL50.88º62.19%39.41%-
HSV(B)50.88º76.69%63.92%-
XYZ25.4327.875.87-
YUV137.671.79146.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.25%
GREEN value IS 144 (56.64% from 255) = 41.74%
BLUE value IS 38 (15.23% from 255) = 11.01%
R=47.25%
G=41.74%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631443800.120.770.3650.8862.1939.41
HexA390260C4D24333e27
Octal2432204601411544637647
Binary1010001110010000100110011001001101100100110011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39026; }

 p { color: rgb(163,144,38); }

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

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

 a { background-color: rgb(163,144,38); }

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

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

 span { border-color: rgb(163,144,38); }

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