Html Css Color HEX #AA7090 Bouquet

📋 copy color: '#AA7090'

red 170 ◦ green 112 ◦ blue 144

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

Shades of Bouquet #AA7090

Tints of Bouquet #AA7090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.29%

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 39.91%
G = 26.29%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA7090 (or 0xAA7090) is known color: Bouquet. HEX triplet: AA, 70 and 90. RGB value is (170,112,144). Sum of RGB (Red+Green+Blue) = 170+112+144=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7090 is #558F6F. Grayscale: #848484. Windows color (decimal): -5607280 or 9466026. OLE color: 9466026.

HSL color Cylindrical-coordinate representation of color #AA7090: hue angle of 326.9º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7090 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 112 144 -
CMYK 0 0.34 0.15 0.33
HSL 326.9º 0.25% 0.55% -
HSV(B) 326.9º 0.34% 0.67% -
XYZ 27.41 22.15 29.22 -
YUV 132.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 170 112 144 0 0.34 0.15 0.33 326.9 0.25 0.55
Hex AA 70 90 0 22 F 21 147 19 37
Octal 252 160 220 0 42 17 41 507 31 67
Binary 10101010 1110000 10010000 0 100010 1111 100001 101000111 11001 110111

Color Harmonies of #AA7090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7090

Black with #AA7090

Text Example


Text Example

White with #AA7090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7090; }

 p { color: rgb(170,112,144); }

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

background-color css

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

 a { background-color: rgb(170,112,144); }

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

border-color css

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

 span { border-color: rgb(170,112,144); }

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