Html Css Color HEX #AA8992 Viola

📋 copy color: '#AA8992'

red 170 ◦ green 137 ◦ blue 146

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

Shades of Viola #AA8992

Tints of Viola #AA8992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.24%

 BLUE value IS 146 (57.42% from 255) = 32.23%

R = 37.53%
G = 30.24%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA8992 (or 0xAA8992) is known color: Viola. HEX triplet: AA, 89 and 92. RGB value is (170,137,146). Sum of RGB (Red+Green+Blue) = 170+137+146=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8992 is #55766D. Grayscale: #939393. Windows color (decimal): -5600878 or 9603498. OLE color: 9603498.

HSL color Cylindrical-coordinate representation of color #AA8992: hue angle of 343.64º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA8992 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 137 146 -
CMYK 0 0.19 0.14 0.33
HSL 343.64º 0.16% 0.6% -
HSV(B) 343.64º 0.19% 0.67% -
XYZ 30.71 28.51 31.08 -
YUV 147.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 170 137 146 0 0.19 0.14 0.33 343.64 0.16 0.6
Hex AA 89 92 0 13 E 21 158 10 3C
Octal 252 211 222 0 23 16 41 530 20 74
Binary 10101010 10001001 10010010 0 10011 1110 100001 101011000 10000 111100

Color Harmonies of #AA8992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8992

Black with #AA8992

Text Example


Text Example

White with #AA8992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8992; }

 p { color: rgb(170,137,146); }

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

background-color css

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

 a { background-color: rgb(170,137,146); }

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

border-color css

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

 span { border-color: rgb(170,137,146); }

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