Html Css Color HEX #A49014 Lucky

📋 copy color: '#A49014'

red 164 ◦ green 144 ◦ blue 20

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

Shades of Lucky #A49014

Tints of Lucky #A49014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.9%

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

R = 50%
G = 43.9%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A49014 (or 0xA49014) is known color: Lucky. HEX triplet: A4, 90 and 14. RGB value is (164,144,20). Sum of RGB (Red+Green+Blue) = 164+144+20=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A49014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49014 is #5B6FEB. Grayscale: #888888. Windows color (decimal): -5992428 or 1347748. OLE color: 1347748.

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

Color convert

RGB 164 144 20 -
CMYK 0 0.12 0.88 0.36
HSL 51.67º 0.78% 0.36% -
HSV(B) 51.67º 0.88% 0.64% -
XYZ 25.41 27.89 4.71 -
YUV 135.84 62.63 148.08 -
System Red Green Blue C M Y K H S L
Decimal 164 144 20 0 0.12 0.88 0.36 51.67 0.78 0.36
Hex A4 90 14 0 C 58 24 34 4E 24
Octal 244 220 24 0 14 130 44 64 116 44
Binary 10100100 10010000 10100 0 1100 1011000 100100 110100 1001110 100100

Color Harmonies of #A49014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49014

Black with #A49014

Text Example


Text Example

White with #A49014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49014; }

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

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

background-color css

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

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

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

border-color css

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

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

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