#A5A32B

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

Shades of Lucky #A5A32B

Tints of Lucky #A5A32B

Color information

#A5A32B (or 0xA5A32B) is unknown color: approx Lucky. HEX triplet: A5, A3 and 2B. RGB value is (165,163,43). Sum of RGB (Red+Green+Blue) = 165+163+43=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A32B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A32B is #5A5CD4. Grayscale: #969696. Windows color (decimal): -5922005 or 2859941. OLE color: 2859941.

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

Color convert

RGB16516343-
CMYK00.010.740.35
HSL59.02º58.65%40.78%-
HSV(B)59.02º73.94%64.71%-
XYZ29.0534.377.39-
YUV149.9267.66138.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 163 (64.06% from 255) = 43.94%
BLUE value IS 43 (17.19% from 255) = 11.59%
R=44.47%
G=43.94%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651634300.010.740.3559.0258.6540.78
HexA5A32B014A233b3b29
Octal245243530111243737351
Binary1010010110100011101011011001010100011111011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A32B; }

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

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

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

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

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

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

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

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