Html Css Color HEX #A49E18 Lucky

📋 copy color: '#A49E18'

red 164 ◦ green 158 ◦ blue 24

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

Shades of Lucky #A49E18

Tints of Lucky #A49E18

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.66%

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

R = 47.4%
G = 45.66%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A49E18 (or 0xA49E18) is known color: Lucky. HEX triplet: A4, 9E and 18. RGB value is (164,158,24). Sum of RGB (Red+Green+Blue) = 164+158+24=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49E18 is #5B61E7. Grayscale: #919191. Windows color (decimal): -5988840 or 1613476. OLE color: 1613476.

HSL color Cylindrical-coordinate representation of color #A49E18: hue angle of 57.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 #A49E18 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 158 24 -
CMYK 0 0.04 0.85 0.36
HSL 57.43º 0.74% 0.37% -
HSV(B) 57.43º 0.85% 0.64% -
XYZ 27.7 32.41 5.66 -
YUV 144.52 59.99 141.9 -
System Red Green Blue C M Y K H S L
Decimal 164 158 24 0 0.04 0.85 0.36 57.43 0.74 0.37
Hex A4 9E 18 0 4 55 24 39 4A 25
Octal 244 236 30 0 4 125 44 71 112 45
Binary 10100100 10011110 11000 0 100 1010101 100100 111001 1001010 100101

Color Harmonies of #A49E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49E18

Black with #A49E18

Text Example


Text Example

White with #A49E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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