#A5A32F

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

Shades of Lucky #A5A32F

Tints of Lucky #A5A32F

Color information

#A5A32F (or 0xA5A32F) is unknown color: approx Lucky. HEX triplet: A5, A3 and 2F. RGB value is (165,163,47). Sum of RGB (Red+Green+Blue) = 165+163+47=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A32F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A32F is #5A5CD0. Grayscale: #969696. Windows color (decimal): -5922001 or 3122085. OLE color: 3122085.

HSL color Cylindrical-coordinate representation of color #A5A32F: hue angle of 58.98º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5A32F is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16516347-
CMYK00.010.720.35
HSL58.98º55.66%41.57%-
HSV(B)58.98º71.52%64.71%-
XYZ29.1334.47.79-
YUV150.3769.66138.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 163 (64.06% from 255) = 43.47%
BLUE value IS 47 (18.75% from 255) = 12.53%
R=44%
G=43.47%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651634700.010.720.3558.9855.6641.57
HexA5A32F0148233b382a
Octal245243570111043737052
Binary1010010110100011101111011001000100011111011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A32F; }

 p { color: rgb(165,163,47); }

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

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

 a { background-color: rgb(165,163,47); }

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

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

 span { border-color: rgb(165,163,47); }

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