Html Css Color HEX #A49A16 Lucky

📋 copy color: '#A49A16'

red 164 ◦ green 154 ◦ blue 22

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

Shades of Lucky #A49A16

Tints of Lucky #A49A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.47%

R = 48.24%
G = 45.29%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A49A16 (or 0xA49A16) is known color: Lucky. HEX triplet: A4, 9A and 16. RGB value is (164,154,22). Sum of RGB (Red+Green+Blue) = 164+154+22=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49A16 is #5B65E9. Grayscale: #8E8E8E. Windows color (decimal): -5989866 or 1481380. OLE color: 1481380.

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

Color convert

RGB 164 154 22 -
CMYK 0 0.06 0.87 0.36
HSL 55.77º 0.76% 0.36% -
HSV(B) 55.77º 0.87% 0.64% -
XYZ 27.01 31.06 5.33 -
YUV 141.94 60.31 143.73 -
System Red Green Blue C M Y K H S L
Decimal 164 154 22 0 0.06 0.87 0.36 55.77 0.76 0.36
Hex A4 9A 16 0 6 57 24 38 4C 24
Octal 244 232 26 0 6 127 44 70 114 44
Binary 10100100 10011010 10110 0 110 1010111 100100 111000 1001100 100100

Color Harmonies of #A49A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A16

Black with #A49A16

Text Example


Text Example

White with #A49A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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