Html Css Color HEX #AA6A99 Bouquet

📋 copy color: '#AA6A99'

red 170 ◦ green 106 ◦ blue 153

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

Shades of Bouquet #AA6A99

Tints of Bouquet #AA6A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.71%

 BLUE value IS 153 (60.16% from 255) = 35.66%

R = 39.63%
G = 24.71%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA6A99 (or 0xAA6A99) is known color: Bouquet. HEX triplet: AA, 6A and 99. RGB value is (170,106,153). Sum of RGB (Red+Green+Blue) = 170+106+153=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6A99 is #559566. Grayscale: #828282. Windows color (decimal): -5608807 or 10054314. OLE color: 10054314.

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

Color convert

RGB 170 106 153 -
CMYK 0 0.38 0.1 0.33
HSL 315.94º 0.27% 0.54% -
HSV(B) 315.94º 0.38% 0.67% -
XYZ 27.48 21.15 32.77 -
YUV 130.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 170 106 153 0 0.38 0.1 0.33 315.94 0.27 0.54
Hex AA 6A 99 0 26 A 21 13C 1B 36
Octal 252 152 231 0 46 12 41 474 33 66
Binary 10101010 1101010 10011001 0 100110 1010 100001 100111100 11011 110110

Color Harmonies of #AA6A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A99

Black with #AA6A99

Text Example


Text Example

White with #AA6A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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