Html Css Color HEX #A49A00 Lucky

📋 copy color: '#A49A00'

red 164 ◦ green 154 ◦ blue 0

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

Shades of Lucky #A49A00

Tints of Lucky #A49A00

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.43%

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

R = 51.57%
G = 48.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A49A00 (or 0xA49A00) is known color: Lucky. HEX triplet: A4, 9A and 00. RGB value is (164,154,0). Sum of RGB (Red+Green+Blue) = 164+154+0=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 154 (60.55% from 255 or 48.43% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49A00 is #5B65FF. Grayscale: #8C8C8C. Windows color (decimal): -5989888 or 39588. OLE color: 39588.

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

Color convert

RGB 164 154 0 -
CMYK 0 0.06 1 0.36
HSL 56.34º 1% 0.32% -
HSV(B) 56.34º 1% 0.64% -
XYZ 26.87 31 4.57 -
YUV 139.43 49.31 145.52 -
System Red Green Blue C M Y K H S L
Decimal 164 154 0 0 0.06 1 0.36 56.34 1 0.32
Hex A4 9A 0 0 6 64 24 38 64 20
Octal 244 232 0 0 6 144 44 70 144 40
Binary 10100100 10011010 0 0 110 1100100 100100 111000 1100100 100000

Color Harmonies of #A49A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A00

Black with #A49A00

Text Example


Text Example

White with #A49A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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