Html Css Color HEX #A49018 Lucky

📋 copy color: '#A49018'

red 164 ◦ green 144 ◦ blue 24

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

Shades of Lucky #A49018

Tints of Lucky #A49018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 49.4%
G = 43.37%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A49018 (or 0xA49018) is known color: Lucky. HEX triplet: A4, 90 and 18. RGB value is (164,144,24). Sum of RGB (Red+Green+Blue) = 164+144+24=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A49018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49018 is #5B6FE7. Grayscale: #888888. Windows color (decimal): -5992424 or 1609892. OLE color: 1609892.

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

Color convert

RGB 164 144 24 -
CMYK 0 0.12 0.85 0.36
HSL 51.43º 0.74% 0.37% -
HSV(B) 51.43º 0.85% 0.64% -
XYZ 25.45 27.9 4.91 -
YUV 136.3 64.63 147.76 -
System Red Green Blue C M Y K H S L
Decimal 164 144 24 0 0.12 0.85 0.36 51.43 0.74 0.37
Hex A4 90 18 0 C 55 24 33 4A 25
Octal 244 220 30 0 14 125 44 63 112 45
Binary 10100100 10010000 11000 0 1100 1010101 100100 110011 1001010 100101

Color Harmonies of #A49018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49018

Black with #A49018

Text Example


Text Example

White with #A49018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49018; }

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

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

background-color css

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

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

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

border-color css

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

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

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