Html Css Color HEX #A99900 Lucky

📋 copy color: '#A99900'

red 169 ◦ green 153 ◦ blue 0

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

Shades of Lucky #A99900

Tints of Lucky #A99900

RGB

 RED value IS 169 (66.41% from 255) = 52.48%

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

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

R = 52.48%
G = 47.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A99900 (or 0xA99900) is known color: Lucky. HEX triplet: A9, 99 and 00. RGB value is (169,153,0). Sum of RGB (Red+Green+Blue) = 169+153+0=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A99900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99900 is #5666FF. Grayscale: #8C8C8C. Windows color (decimal): -5662464 or 39337. OLE color: 39337.

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

Color convert

RGB 169 153 0 -
CMYK 0 0.09 1 0.34
HSL 54.32º 1% 0.33% -
HSV(B) 54.32º 1% 0.66% -
XYZ 27.75 31.22 4.56 -
YUV 140.34 48.8 148.44 -
System Red Green Blue C M Y K H S L
Decimal 169 153 0 0 0.09 1 0.34 54.32 1 0.33
Hex A9 99 0 0 9 64 22 36 64 21
Octal 251 231 0 0 11 144 42 66 144 41
Binary 10101001 10011001 0 0 1001 1100100 100010 110110 1100100 100001

Color Harmonies of #A99900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99900

Black with #A99900

Text Example


Text Example

White with #A99900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99900; }

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

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

background-color css

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

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

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

border-color css

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

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

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