Html Css Color HEX #A49915 Lucky

📋 copy color: '#A49915'

red 164 ◦ green 153 ◦ blue 21

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

Shades of Lucky #A49915

Tints of Lucky #A49915

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.27%

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

R = 48.52%
G = 45.27%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A49915 (or 0xA49915) is known color: Lucky. HEX triplet: A4, 99 and 15. RGB value is (164,153,21). Sum of RGB (Red+Green+Blue) = 164+153+21=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A49915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49915 is #5B66EA. Grayscale: #8D8D8D. Windows color (decimal): -5990123 or 1415588. OLE color: 1415588.

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

Color convert

RGB 164 153 21 -
CMYK 0 0.07 0.87 0.36
HSL 55.38º 0.77% 0.36% -
HSV(B) 55.38º 0.87% 0.64% -
XYZ 26.84 30.73 5.23 -
YUV 141.24 60.14 144.23 -
System Red Green Blue C M Y K H S L
Decimal 164 153 21 0 0.07 0.87 0.36 55.38 0.77 0.36
Hex A4 99 15 0 7 57 24 37 4D 24
Octal 244 231 25 0 7 127 44 67 115 44
Binary 10100100 10011001 10101 0 111 1010111 100100 110111 1001101 100100

Color Harmonies of #A49915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49915

Black with #A49915

Text Example


Text Example

White with #A49915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49915; }

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

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

background-color css

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

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

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

border-color css

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

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

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