Html Css Color HEX #AA991B Lucky

📋 copy color: '#AA991B'

red 170 ◦ green 153 ◦ blue 27

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

Shades of Lucky #AA991B

Tints of Lucky #AA991B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.71%

R = 48.57%
G = 43.71%
B = 7.71%

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

#AA991B (or 0xAA991B) is known color: Lucky. HEX triplet: AA, 99 and 1B. RGB value is (170,153,27). Sum of RGB (Red+Green+Blue) = 170+153+27=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA991B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA991B is #5566E4. Grayscale: #909090. Windows color (decimal): -5596901 or 1808810. OLE color: 1808810.

HSL color Cylindrical-coordinate representation of color #AA991B: hue angle of 52.87º degrees, saturation: 0.73, 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 #AA991B is Cyan = 0, Magento = 0.1, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 153 27 -
CMYK 0 0.1 0.84 0.33
HSL 52.87º 0.73% 0.39% -
HSV(B) 52.87º 0.84% 0.67% -
XYZ 28.17 31.41 5.61 -
YUV 143.72 62.13 146.75 -
System Red Green Blue C M Y K H S L
Decimal 170 153 27 0 0.1 0.84 0.33 52.87 0.73 0.39
Hex AA 99 1B 0 A 54 21 35 49 27
Octal 252 231 33 0 12 124 41 65 111 47
Binary 10101010 10011001 11011 0 1010 1010100 100001 110101 1001001 100111

Color Harmonies of #AA991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA991B

Black with #AA991B

Text Example


Text Example

White with #AA991B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA991B; }

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

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

background-color css

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

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

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

border-color css

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

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

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