Html Css Color HEX #AA7B90 Bouquet

📋 copy color: '#AA7B90'

red 170 ◦ green 123 ◦ blue 144

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

Shades of Bouquet #AA7B90

Tints of Bouquet #AA7B90

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.15%

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

R = 38.9%
G = 28.15%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA7B90 (or 0xAA7B90) is known color: Bouquet. HEX triplet: AA, 7B and 90. RGB value is (170,123,144). Sum of RGB (Red+Green+Blue) = 170+123+144=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7B90 is #55846F. Grayscale: #8B8B8B. Windows color (decimal): -5604464 or 9468842. OLE color: 9468842.

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

Color convert

RGB 170 123 144 -
CMYK 0 0.28 0.15 0.33
HSL 333.19º 0.22% 0.57% -
HSV(B) 333.19º 0.28% 0.67% -
XYZ 28.69 24.73 29.65 -
YUV 139.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 170 123 144 0 0.28 0.15 0.33 333.19 0.22 0.57
Hex AA 7B 90 0 1C F 21 14D 16 39
Octal 252 173 220 0 34 17 41 515 26 71
Binary 10101010 1111011 10010000 0 11100 1111 100001 101001101 10110 111001

Color Harmonies of #AA7B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B90

Black with #AA7B90

Text Example


Text Example

White with #AA7B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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