Html Css Color HEX #AA991C Lucky

📋 copy color: '#AA991C'

red 170 ◦ green 153 ◦ blue 28

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

Shades of Lucky #AA991C

Tints of Lucky #AA991C

RGB

 RED value IS 170 (66.8% from 255) = 48.43%

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

 BLUE value IS 28 (11.33% from 255) = 7.98%

R = 48.43%
G = 43.59%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA991C (or 0xAA991C) is known color: Lucky. HEX triplet: AA, 99 and 1C. RGB value is (170,153,28). Sum of RGB (Red+Green+Blue) = 170+153+28=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA991C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA991C is #5566E3. Grayscale: #909090. Windows color (decimal): -5596900 or 1874346. OLE color: 1874346.

HSL color Cylindrical-coordinate representation of color #AA991C: hue angle of 52.82º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA991C is Cyan = 0, Magento = 0.1, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 153 28 -
CMYK 0 0.1 0.84 0.33
HSL 52.82º 0.72% 0.39% -
HSV(B) 52.82º 0.84% 0.67% -
XYZ 28.18 31.41 5.68 -
YUV 143.83 62.63 146.66 -
System Red Green Blue C M Y K H S L
Decimal 170 153 28 0 0.1 0.84 0.33 52.82 0.72 0.39
Hex AA 99 1C 0 A 54 21 35 48 27
Octal 252 231 34 0 12 124 41 65 110 47
Binary 10101010 10011001 11100 0 1010 1010100 100001 110101 1001000 100111

Color Harmonies of #AA991C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA991C

Black with #AA991C

Text Example


Text Example

White with #AA991C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA991C; }

 p { color: rgb(170,153,28); }

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

background-color css

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

 a { background-color: rgb(170,153,28); }

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

border-color css

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

 span { border-color: rgb(170,153,28); }

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