#A4A52A

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

Shades of Lucky #A4A52A

Tints of Lucky #A4A52A

Color information

#A4A52A (or 0xA4A52A) is unknown color: approx Lucky. HEX triplet: A4, A5 and 2A. RGB value is (164,165,42). Sum of RGB (Red+Green+Blue) = 164+165+42=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A52A is #5B5AD5. Grayscale: #979797. Windows color (decimal): -5987030 or 2794916. OLE color: 2794916.

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

Color convert

RGB16416542-
CMYK0.0100.750.35
HSL60.49º59.42%40.59%-
HSV(B)60.49º74.55%64.71%-
XYZ29.1834.977.4-
YUV150.6866.67137.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 42 (16.80% from 255) = 11.32%
R=44.20%
G=44.47%
B=11.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164165420.0100.750.3560.4959.4240.59
HexA4A52A104B233c3b29
Octal244245521011343747351
Binary1010010010100101101010101001011100011111100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A52A; }

 p { color: rgb(164,165,42); }

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

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

 a { background-color: rgb(164,165,42); }

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

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

 span { border-color: rgb(164,165,42); }

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