Html Css Color HEX #A49300 Lucky

📋 copy color: '#A49300'

red 164 ◦ green 147 ◦ blue 0

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

Shades of Lucky #A49300

Tints of Lucky #A49300

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.27%

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

R = 52.73%
G = 47.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A49300 (or 0xA49300) is known color: Lucky. HEX triplet: A4, 93 and 00. RGB value is (164,147,0). Sum of RGB (Red+Green+Blue) = 164+147+0=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A49300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49300 is #5B6CFF. Grayscale: #878787. Windows color (decimal): -5991680 or 37796. OLE color: 37796.

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

Color convert

RGB 164 147 0 -
CMYK 0 0.10 1 0.36
HSL 53.78º 1% 0.32% -
HSV(B) 53.78º 1% 0.64% -
XYZ 25.74 28.76 4.19 -
YUV 135.33 51.63 148.45 -
System Red Green Blue C M Y K H S L
Decimal 164 147 0 0 0.10 1 0.36 53.78 1 0.32
Hex A4 93 0 0 A 64 24 36 64 20
Octal 244 223 0 0 12 144 44 66 144 40
Binary 10100100 10010011 0 0 1010 1100100 100100 110110 1100100 100000

Color Harmonies of #A49300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49300

Black with #A49300

Text Example


Text Example

White with #A49300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49300; }

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

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

background-color css

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

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

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

border-color css

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

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

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