Html Css Color HEX #A49600 Lucky

📋 copy color: '#A49600'

red 164 ◦ green 150 ◦ blue 0

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

Shades of Lucky #A49600

Tints of Lucky #A49600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.77%

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

R = 52.23%
G = 47.77%
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

#A49600 (or 0xA49600) is known color: Lucky. HEX triplet: A4, 96 and 00. RGB value is (164,150,0). Sum of RGB (Red+Green+Blue) = 164+150+0=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A49600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49600 is #5B69FF. Grayscale: #898989. Windows color (decimal): -5990912 or 38564. OLE color: 38564.

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

Color convert

RGB 164 150 0 -
CMYK 0 0.09 1 0.36
HSL 54.88º 1% 0.32% -
HSV(B) 54.88º 1% 0.64% -
XYZ 26.22 29.71 4.35 -
YUV 137.09 50.64 147.2 -
System Red Green Blue C M Y K H S L
Decimal 164 150 0 0 0.09 1 0.36 54.88 1 0.32
Hex A4 96 0 0 9 64 24 37 64 20
Octal 244 226 0 0 11 144 44 67 144 40
Binary 10100100 10010110 0 0 1001 1100100 100100 110111 1100100 100000

Color Harmonies of #A49600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49600

Black with #A49600

Text Example


Text Example

White with #A49600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49600; }

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

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

background-color css

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

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

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

border-color css

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

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

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