Html Css Color HEX #A49900 Lucky

📋 copy color: '#A49900'

red 164 ◦ green 153 ◦ blue 0

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

Shades of Lucky #A49900

Tints of Lucky #A49900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.26%

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

R = 51.74%
G = 48.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A49900 (or 0xA49900) is known color: Lucky. HEX triplet: A4, 99 and 00. RGB value is (164,153,0). Sum of RGB (Red+Green+Blue) = 164+153+0=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A49900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49900 is #5B66FF. Grayscale: #8B8B8B. Windows color (decimal): -5990144 or 39332. OLE color: 39332.

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

Color convert

RGB 164 153 0 -
CMYK 0 0.07 1 0.36
HSL 55.98º 1% 0.32% -
HSV(B) 55.98º 1% 0.64% -
XYZ 26.7 30.67 4.51 -
YUV 138.85 49.64 145.94 -
System Red Green Blue C M Y K H S L
Decimal 164 153 0 0 0.07 1 0.36 55.98 1 0.32
Hex A4 99 0 0 7 64 24 38 64 20
Octal 244 231 0 0 7 144 44 70 144 40
Binary 10100100 10011001 0 0 111 1100100 100100 111000 1100100 100000

Color Harmonies of #A49900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49900

Black with #A49900

Text Example


Text Example

White with #A49900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49900; }

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

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

background-color css

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

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

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

border-color css

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

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

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