Html Css Color HEX #A49119 Lucky

📋 copy color: '#A49119'

red 164 ◦ green 145 ◦ blue 25

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

Shades of Lucky #A49119

Tints of Lucky #A49119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.49%

R = 49.1%
G = 43.41%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A49119 (or 0xA49119) is known color: Lucky. HEX triplet: A4, 91 and 19. RGB value is (164,145,25). Sum of RGB (Red+Green+Blue) = 164+145+25=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A49119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49119 is #5B6EE6. Grayscale: #898989. Windows color (decimal): -5992167 or 1675684. OLE color: 1675684.

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

Color convert

RGB 164 145 25 -
CMYK 0 0.12 0.85 0.36
HSL 51.8º 0.74% 0.37% -
HSV(B) 51.8º 0.85% 0.64% -
XYZ 25.61 28.21 5.02 -
YUV 137 64.79 147.26 -
System Red Green Blue C M Y K H S L
Decimal 164 145 25 0 0.12 0.85 0.36 51.8 0.74 0.37
Hex A4 91 19 0 C 55 24 34 4A 25
Octal 244 221 31 0 14 125 44 64 112 45
Binary 10100100 10010001 11001 0 1100 1010101 100100 110100 1001010 100101

Color Harmonies of #A49119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49119

Black with #A49119

Text Example


Text Example

White with #A49119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49119; }

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

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

background-color css

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

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

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

border-color css

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

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

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