Html Css Color HEX #A49510 Lucky

📋 copy color: '#A49510'

red 164 ◦ green 149 ◦ blue 16

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

Shades of Lucky #A49510

Tints of Lucky #A49510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 49.85%
G = 45.29%
B = 4.86%

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

#A49510 (or 0xA49510) is known color: Lucky. HEX triplet: A4, 95 and 10. RGB value is (164,149,16). Sum of RGB (Red+Green+Blue) = 164+149+16=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A49510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49510 is #5B6AEF. Grayscale: #8A8A8A. Windows color (decimal): -5991152 or 1086884. OLE color: 1086884.

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

Color convert

RGB 164 149 16 -
CMYK 0 0.09 0.90 0.36
HSL 53.92º 0.82% 0.35% -
HSV(B) 53.92º 0.9% 0.64% -
XYZ 26.15 29.42 4.79 -
YUV 138.32 58.97 146.31 -
System Red Green Blue C M Y K H S L
Decimal 164 149 16 0 0.09 0.90 0.36 53.92 0.82 0.35
Hex A4 95 10 0 9 5A 24 36 52 23
Octal 244 225 20 0 11 132 44 66 122 43
Binary 10100100 10010101 10000 0 1001 1011010 100100 110110 1010010 100011

Color Harmonies of #A49510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49510

Black with #A49510

Text Example


Text Example

White with #A49510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49510; }

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

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

background-color css

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

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

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

border-color css

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

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

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