Html Css Color HEX #A4A514 Lucky

📋 copy color: '#A4A514'

red 164 ◦ green 165 ◦ blue 20

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

Shades of Lucky #A4A514

Tints of Lucky #A4A514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.28%

 BLUE value IS 20 (8.2% from 255) = 5.73%

R = 46.99%
G = 47.28%
B = 5.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A4A514 (or 0xA4A514) is known color: Lucky. HEX triplet: A4, A5 and 14. RGB value is (164,165,20). Sum of RGB (Red+Green+Blue) = 164+165+20=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A514 is #5B5AEB. Grayscale: #949494. Windows color (decimal): -5987052 or 1353124. OLE color: 1353124.

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

Color convert

RGB 164 165 20 -
CMYK 0.01 0 0.88 0.35
HSL 60.41º 0.78% 0.36% -
HSV(B) 60.41º 0.88% 0.65% -
XYZ 28.89 34.85 5.87 -
YUV 148.17 55.67 139.29 -
System Red Green Blue C M Y K H S L
Decimal 164 165 20 0.01 0 0.88 0.35 60.41 0.78 0.36
Hex A4 A5 14 1 0 58 23 3C 4E 24
Octal 244 245 24 1 0 130 43 74 116 44
Binary 10100100 10100101 10100 1 0 1011000 100011 111100 1001110 100100

Color Harmonies of #A4A514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A514

Black with #A4A514

Text Example


Text Example

White with #A4A514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A514; }

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

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

background-color css

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

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

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

border-color css

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

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

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