Html Css Color HEX #A49417 Lucky

📋 copy color: '#A49417'

red 164 ◦ green 148 ◦ blue 23

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

Shades of Lucky #A49417

Tints of Lucky #A49417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.87%

R = 48.96%
G = 44.18%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A49417 (or 0xA49417) is known color: Lucky. HEX triplet: A4, 94 and 17. RGB value is (164,148,23). Sum of RGB (Red+Green+Blue) = 164+148+23=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A49417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49417 is #5B6BE8. Grayscale: #8B8B8B. Windows color (decimal): -5991401 or 1545380. OLE color: 1545380.

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

Color convert

RGB 164 148 23 -
CMYK 0 0.10 0.86 0.36
HSL 53.19º 0.75% 0.37% -
HSV(B) 53.19º 0.86% 0.64% -
XYZ 26.05 29.13 5.06 -
YUV 138.53 62.8 146.16 -
System Red Green Blue C M Y K H S L
Decimal 164 148 23 0 0.10 0.86 0.36 53.19 0.75 0.37
Hex A4 94 17 0 A 56 24 35 4B 25
Octal 244 224 27 0 12 126 44 65 113 45
Binary 10100100 10010100 10111 0 1010 1010110 100100 110101 1001011 100101

Color Harmonies of #A49417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49417

Black with #A49417

Text Example


Text Example

White with #A49417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49417; }

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

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

background-color css

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

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

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

border-color css

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

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

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