Html Css Color HEX #A49500 Lucky

📋 copy color: '#A49500'

red 164 ◦ green 149 ◦ blue 0

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

Shades of Lucky #A49500

Tints of Lucky #A49500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.4%
G = 47.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A49500 (or 0xA49500) is known color: Lucky. HEX triplet: A4, 95 and 00. RGB value is (164,149,0). Sum of RGB (Red+Green+Blue) = 164+149+0=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A49500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49500 is #5B6AFF. Grayscale: #898989. Windows color (decimal): -5991168 or 38308. OLE color: 38308.

HSL color Cylindrical-coordinate representation of color #A49500: hue angle of 54.51º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A49500 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 149 0 -
CMYK 0 0.09 1 0.36
HSL 54.51º 1% 0.32% -
HSV(B) 54.51º 1% 0.64% -
XYZ 26.06 29.39 4.3 -
YUV 136.5 50.97 147.62 -
System Red Green Blue C M Y K H S L
Decimal 164 149 0 0 0.09 1 0.36 54.51 1 0.32
Hex A4 95 0 0 9 64 24 37 64 20
Octal 244 225 0 0 11 144 44 67 144 40
Binary 10100100 10010101 0 0 1001 1100100 100100 110111 1100100 100000

Color Harmonies of #A49500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49500

Black with #A49500

Text Example


Text Example

White with #A49500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49500; }

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

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

background-color css

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

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

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

border-color css

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

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

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