#A3A225

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

Shades of Lucky #A3A225

Tints of Lucky #A3A225

Color information

#A3A225 (or 0xA3A225) is unknown color: approx Lucky. HEX triplet: A3, A2 and 25. RGB value is (163,162,37). Sum of RGB (Red+Green+Blue) = 163+162+37=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A225 is #5C5DDA. Grayscale: #949494. Windows color (decimal): -6053339 or 2466467. OLE color: 2466467.

HSL color Cylindrical-coordinate representation of color #A3A225: hue angle of 59.52º degrees, saturation: 0.63, 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 #A3A225 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB16316237-
CMYK00.010.770.36
HSL59.52º63%39.22%-
HSV(B)59.52º77.3%63.92%-
XYZ28.3633.766.77-
YUV148.0565.33138.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 162 (63.67% from 255) = 44.75%
BLUE value IS 37 (14.84% from 255) = 10.22%
R=45.03%
G=44.75%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631623700.010.770.3659.526339.22
HexA3A225014D243c3f27
Octal243242450111544747747
Binary1010001110100010100101011001101100100111100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A225; }

 p { color: rgb(163,162,37); }

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

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

 a { background-color: rgb(163,162,37); }

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

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

 span { border-color: rgb(163,162,37); }

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