Html Css Color HEX #A49F18 Lucky

📋 copy color: '#A49F18'

red 164 ◦ green 159 ◦ blue 24

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

Shades of Lucky #A49F18

Tints of Lucky #A49F18

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.82%

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

R = 47.26%
G = 45.82%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A49F18 (or 0xA49F18) is known color: Lucky. HEX triplet: A4, 9F and 18. RGB value is (164,159,24). Sum of RGB (Red+Green+Blue) = 164+159+24=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49F18 is #5B60E7. Grayscale: #919191. Windows color (decimal): -5988584 or 1613732. OLE color: 1613732.

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

Color convert

RGB 164 159 24 -
CMYK 0 0.03 0.85 0.36
HSL 57.86º 0.74% 0.37% -
HSV(B) 57.86º 0.85% 0.64% -
XYZ 27.87 32.75 5.72 -
YUV 145.11 59.66 141.48 -
System Red Green Blue C M Y K H S L
Decimal 164 159 24 0 0.03 0.85 0.36 57.86 0.74 0.37
Hex A4 9F 18 0 3 55 24 3A 4A 25
Octal 244 237 30 0 3 125 44 72 112 45
Binary 10100100 10011111 11000 0 11 1010101 100100 111010 1001010 100101

Color Harmonies of #A49F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F18

Black with #A49F18

Text Example


Text Example

White with #A49F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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