Html Css Color HEX #A99A11 Lucky

📋 copy color: '#A99A11'

red 169 ◦ green 154 ◦ blue 17

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

Shades of Lucky #A99A11

Tints of Lucky #A99A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5%

R = 49.71%
G = 45.29%
B = 5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A99A11 (or 0xA99A11) is known color: Lucky. HEX triplet: A9, 9A and 11. RGB value is (169,154,17). Sum of RGB (Red+Green+Blue) = 169+154+17=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99A11 is #5665EE. Grayscale: #8F8F8F. Windows color (decimal): -5662191 or 1153705. OLE color: 1153705.

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

Color convert

RGB 169 154 17 -
CMYK 0 0.09 0.90 0.34
HSL 54.08º 0.82% 0.36% -
HSV(B) 54.08º 0.9% 0.66% -
XYZ 28.02 31.59 5.15 -
YUV 142.87 56.97 146.64 -
System Red Green Blue C M Y K H S L
Decimal 169 154 17 0 0.09 0.90 0.34 54.08 0.82 0.36
Hex A9 9A 11 0 9 5A 22 36 52 24
Octal 251 232 21 0 11 132 42 66 122 44
Binary 10101001 10011010 10001 0 1001 1011010 100010 110110 1010010 100100

Color Harmonies of #A99A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99A11

Black with #A99A11

Text Example


Text Example

White with #A99A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99A11; }

 p { color: rgb(169,154,17); }

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

background-color css

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

 a { background-color: rgb(169,154,17); }

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

border-color css

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

 span { border-color: rgb(169,154,17); }

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