Html Css Color HEX #A49A11 Lucky

📋 copy color: '#A49A11'

red 164 ◦ green 154 ◦ blue 17

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

Shades of Lucky #A49A11

Tints of Lucky #A49A11

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.97%

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

R = 48.96%
G = 45.97%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A49A11 (or 0xA49A11) is known color: Lucky. HEX triplet: A4, 9A and 11. RGB value is (164,154,17). Sum of RGB (Red+Green+Blue) = 164+154+17=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49A11 is #5B65EE. Grayscale: #8D8D8D. Windows color (decimal): -5989871 or 1153700. OLE color: 1153700.

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

Color convert

RGB 164 154 17 -
CMYK 0 0.06 0.90 0.36
HSL 55.92º 0.81% 0.35% -
HSV(B) 55.92º 0.9% 0.64% -
XYZ 26.97 31.04 5.1 -
YUV 141.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 164 154 17 0 0.06 0.90 0.36 55.92 0.81 0.35
Hex A4 9A 11 0 6 5A 24 38 51 23
Octal 244 232 21 0 6 132 44 70 121 43
Binary 10100100 10011010 10001 0 110 1011010 100100 111000 1010001 100011

Color Harmonies of #A49A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A11

Black with #A49A11

Text Example


Text Example

White with #A49A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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