Html Css Color HEX #A49511 Lucky

📋 copy color: '#A49511'

red 164 ◦ green 149 ◦ blue 17

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

Shades of Lucky #A49511

Tints of Lucky #A49511

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.15%

 BLUE value IS 17 (7.03% from 255) = 5.15%

R = 49.7%
G = 45.15%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A49511 (or 0xA49511) is known color: Lucky. HEX triplet: A4, 95 and 11. RGB value is (164,149,17). Sum of RGB (Red+Green+Blue) = 164+149+17=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A49511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49511 is #5B6AEE. Grayscale: #8A8A8A. Windows color (decimal): -5991151 or 1152420. OLE color: 1152420.

HSL color Cylindrical-coordinate representation of color #A49511: hue angle of 53.88º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A49511 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 149 17 -
CMYK 0 0.09 0.90 0.36
HSL 53.88º 0.81% 0.35% -
HSV(B) 53.88º 0.9% 0.64% -
XYZ 26.16 29.43 4.83 -
YUV 138.44 59.47 146.23 -
System Red Green Blue C M Y K H S L
Decimal 164 149 17 0 0.09 0.90 0.36 53.88 0.81 0.35
Hex A4 95 11 0 9 5A 24 36 51 23
Octal 244 225 21 0 11 132 44 66 121 43
Binary 10100100 10010101 10001 0 1001 1011010 100100 110110 1010001 100011

Color Harmonies of #A49511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49511

Black with #A49511

Text Example


Text Example

White with #A49511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49511; }

 p { color: rgb(164,149,17); }

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

background-color css

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

 a { background-color: rgb(164,149,17); }

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

border-color css

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

 span { border-color: rgb(164,149,17); }

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