Html Css Color HEX #A4A016 Lucky

📋 copy color: '#A4A016'

red 164 ◦ green 160 ◦ blue 22

#A4A016
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #A4A016

Tints of Lucky #A4A016

RGB

 RED value IS 164 (64.45% from 255) = 47.4%

 GREEN value IS 160 (62.89% from 255) = 46.24%

 BLUE value IS 22 (8.98% from 255) = 6.36%

R = 47.4%
G = 46.24%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A4A016 (or 0xA4A016) is known color: Lucky. HEX triplet: A4, A0 and 16. RGB value is (164,160,22). Sum of RGB (Red+Green+Blue) = 164+160+22=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A016 is #5B5FE9. Grayscale: #929292. Windows color (decimal): -5988330 or 1482916. OLE color: 1482916.

HSL color Cylindrical-coordinate representation of color #A4A016: hue angle of 58.31º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4A016 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 160 22 -
CMYK 0 0.02 0.87 0.36
HSL 58.31º 0.76% 0.36% -
HSV(B) 58.31º 0.87% 0.64% -
XYZ 28.03 33.09 5.67 -
YUV 145.46 58.33 141.22 -
System Red Green Blue C M Y K H S L
Decimal 164 160 22 0 0.02 0.87 0.36 58.31 0.76 0.36
Hex A4 A0 16 0 2 57 24 3A 4C 24
Octal 244 240 26 0 2 127 44 72 114 44
Binary 10100100 10100000 10110 0 10 1010111 100100 111010 1001100 100100

Color Harmonies of #A4A016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A016

Black with #A4A016

Text Example


Text Example

White with #A4A016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A016; }

 p { color: rgb(164,160,22); }

 H1.HeaderClassName
 {
   color: #A4A016;
 }
 .AnyTagClassName
 {
   color: #A4A016;
 }
</style>

background-color css

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

 a { background-color: rgb(164,160,22); }

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

border-color css

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

 span { border-color: rgb(164,160,22); }

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