Html Css Color HEX #A49711 Lucky

📋 copy color: '#A49711'

red 164 ◦ green 151 ◦ blue 17

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

Shades of Lucky #A49711

Tints of Lucky #A49711

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.48%

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

R = 49.4%
G = 45.48%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A49711 (or 0xA49711) is known color: Lucky. HEX triplet: A4, 97 and 11. RGB value is (164,151,17). Sum of RGB (Red+Green+Blue) = 164+151+17=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A49711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49711 is #5B68EE. Grayscale: #8C8C8C. Windows color (decimal): -5990639 or 1152932. OLE color: 1152932.

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

Color convert

RGB 164 151 17 -
CMYK 0 0.08 0.90 0.36
HSL 54.69º 0.81% 0.35% -
HSV(B) 54.69º 0.9% 0.64% -
XYZ 26.48 30.07 4.94 -
YUV 139.61 58.81 145.4 -
System Red Green Blue C M Y K H S L
Decimal 164 151 17 0 0.08 0.90 0.36 54.69 0.81 0.35
Hex A4 97 11 0 8 5A 24 37 51 23
Octal 244 227 21 0 10 132 44 67 121 43
Binary 10100100 10010111 10001 0 1000 1011010 100100 110111 1010001 100011

Color Harmonies of #A49711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49711

Black with #A49711

Text Example


Text Example

White with #A49711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49711; }

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

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

background-color css

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

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

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

border-color css

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

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

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