Html Css Color HEX #A49117 Lucky

📋 copy color: '#A49117'

red 164 ◦ green 145 ◦ blue 23

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

Shades of Lucky #A49117

Tints of Lucky #A49117

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.67%

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

R = 49.4%
G = 43.67%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A49117 (or 0xA49117) is known color: Lucky. HEX triplet: A4, 91 and 17. RGB value is (164,145,23). Sum of RGB (Red+Green+Blue) = 164+145+23=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A49117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49117 is #5B6EE8. Grayscale: #898989. Windows color (decimal): -5992169 or 1544612. OLE color: 1544612.

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

Color convert

RGB 164 145 23 -
CMYK 0 0.12 0.86 0.36
HSL 51.91º 0.75% 0.37% -
HSV(B) 51.91º 0.86% 0.64% -
XYZ 25.59 28.21 4.91 -
YUV 136.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 164 145 23 0 0.12 0.86 0.36 51.91 0.75 0.37
Hex A4 91 17 0 C 56 24 34 4B 25
Octal 244 221 27 0 14 126 44 64 113 45
Binary 10100100 10010001 10111 0 1100 1010110 100100 110100 1001011 100101

Color Harmonies of #A49117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49117

Black with #A49117

Text Example


Text Example

White with #A49117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49117; }

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

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

background-color css

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

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

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

border-color css

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

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

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