Html Css Color HEX #AA7A94 Bouquet

📋 copy color: '#AA7A94'

red 170 ◦ green 122 ◦ blue 148

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

Shades of Bouquet #AA7A94

Tints of Bouquet #AA7A94

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.73%

 BLUE value IS 148 (58.2% from 255) = 33.64%

R = 38.64%
G = 27.73%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA7A94 (or 0xAA7A94) is known color: Bouquet. HEX triplet: AA, 7A and 94. RGB value is (170,122,148). Sum of RGB (Red+Green+Blue) = 170+122+148=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A94 is #55856B. Grayscale: #8B8B8B. Windows color (decimal): -5604716 or 9730730. OLE color: 9730730.

HSL color Cylindrical-coordinate representation of color #AA7A94: hue angle of 327.5º 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 #AA7A94 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 122 148 -
CMYK 0 0.28 0.13 0.33
HSL 327.5º 0.22% 0.57% -
HSV(B) 327.5º 0.28% 0.67% -
XYZ 28.88 24.6 31.24 -
YUV 139.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 170 122 148 0 0.28 0.13 0.33 327.5 0.22 0.57
Hex AA 7A 94 0 1C D 21 148 16 39
Octal 252 172 224 0 34 15 41 510 26 71
Binary 10101010 1111010 10010100 0 11100 1101 100001 101001000 10110 111001

Color Harmonies of #AA7A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A94

Black with #AA7A94

Text Example


Text Example

White with #AA7A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A94; }

 p { color: rgb(170,122,148); }

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

background-color css

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

 a { background-color: rgb(170,122,148); }

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

border-color css

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

 span { border-color: rgb(170,122,148); }

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