Html Css Color HEX #A49418 Lucky

📋 copy color: '#A49418'

red 164 ◦ green 148 ◦ blue 24

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

Shades of Lucky #A49418

Tints of Lucky #A49418

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.05%

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

R = 48.81%
G = 44.05%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A49418 (or 0xA49418) is known color: Lucky. HEX triplet: A4, 94 and 18. RGB value is (164,148,24). Sum of RGB (Red+Green+Blue) = 164+148+24=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A49418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49418 is #5B6BE7. Grayscale: #8B8B8B. Windows color (decimal): -5991400 or 1610916. OLE color: 1610916.

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

Color convert

RGB 164 148 24 -
CMYK 0 0.10 0.85 0.36
HSL 53.14º 0.74% 0.37% -
HSV(B) 53.14º 0.85% 0.64% -
XYZ 26.06 29.14 5.11 -
YUV 138.65 63.3 146.08 -
System Red Green Blue C M Y K H S L
Decimal 164 148 24 0 0.10 0.85 0.36 53.14 0.74 0.37
Hex A4 94 18 0 A 55 24 35 4A 25
Octal 244 224 30 0 12 125 44 65 112 45
Binary 10100100 10010100 11000 0 1010 1010101 100100 110101 1001010 100101

Color Harmonies of #A49418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49418

Black with #A49418

Text Example


Text Example

White with #A49418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49418; }

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

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

background-color css

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

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

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

border-color css

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

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

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