Html Css Color HEX #A49115 Lucky

📋 copy color: '#A49115'

red 164 ◦ green 145 ◦ blue 21

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

Shades of Lucky #A49115

Tints of Lucky #A49115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.36%

R = 49.7%
G = 43.94%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A49115 (or 0xA49115) is known color: Lucky. HEX triplet: A4, 91 and 15. RGB value is (164,145,21). Sum of RGB (Red+Green+Blue) = 164+145+21=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A49115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49115 is #5B6EEA. Grayscale: #898989. Windows color (decimal): -5992171 or 1413540. OLE color: 1413540.

HSL color Cylindrical-coordinate representation of color #A49115: hue angle of 52.03º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A49115 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 145 21 -
CMYK 0 0.12 0.87 0.36
HSL 52.03º 0.77% 0.36% -
HSV(B) 52.03º 0.87% 0.64% -
XYZ 25.57 28.2 4.8 -
YUV 136.55 62.79 147.58 -
System Red Green Blue C M Y K H S L
Decimal 164 145 21 0 0.12 0.87 0.36 52.03 0.77 0.36
Hex A4 91 15 0 C 57 24 34 4D 24
Octal 244 221 25 0 14 127 44 64 115 44
Binary 10100100 10010001 10101 0 1100 1010111 100100 110100 1001101 100100

Color Harmonies of #A49115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49115

Black with #A49115

Text Example


Text Example

White with #A49115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49115; }

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

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

background-color css

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

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

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

border-color css

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

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

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