Html Css Color HEX #A49C10 Lucky

📋 copy color: '#A49C10'

red 164 ◦ green 156 ◦ blue 16

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

Shades of Lucky #A49C10

Tints of Lucky #A49C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.43%

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

R = 48.81%
G = 46.43%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A49C10 (or 0xA49C10) is known color: Lucky. HEX triplet: A4, 9C and 10. RGB value is (164,156,16). Sum of RGB (Red+Green+Blue) = 164+156+16=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49C10 is #5B63EF. Grayscale: #8E8E8E. Windows color (decimal): -5989360 or 1088676. OLE color: 1088676.

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

Color convert

RGB 164 156 16 -
CMYK 0 0.05 0.90 0.36
HSL 56.76º 0.82% 0.35% -
HSV(B) 56.76º 0.9% 0.64% -
XYZ 27.29 31.71 5.17 -
YUV 142.43 56.65 143.38 -
System Red Green Blue C M Y K H S L
Decimal 164 156 16 0 0.05 0.90 0.36 56.76 0.82 0.35
Hex A4 9C 10 0 5 5A 24 39 52 23
Octal 244 234 20 0 5 132 44 71 122 43
Binary 10100100 10011100 10000 0 101 1011010 100100 111001 1010010 100011

Color Harmonies of #A49C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C10

Black with #A49C10

Text Example


Text Example

White with #A49C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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