Html Css Color HEX #AA7997 Bouquet

📋 copy color: '#AA7997'

red 170 ◦ green 121 ◦ blue 151

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

Shades of Bouquet #AA7997

Tints of Bouquet #AA7997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.38%

 BLUE value IS 151 (59.38% from 255) = 34.16%

R = 38.46%
G = 27.38%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA7997 (or 0xAA7997) is known color: Bouquet. HEX triplet: AA, 79 and 97. RGB value is (170,121,151). Sum of RGB (Red+Green+Blue) = 170+121+151=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7997 is #558668. Grayscale: #8B8B8B. Windows color (decimal): -5604969 or 9927082. OLE color: 9927082.

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

Color convert

RGB 170 121 151 -
CMYK 0 0.29 0.11 0.33
HSL 323.27º 0.22% 0.57% -
HSV(B) 323.27º 0.29% 0.67% -
XYZ 29 24.46 32.47 -
YUV 139.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 170 121 151 0 0.29 0.11 0.33 323.27 0.22 0.57
Hex AA 79 97 0 1D B 21 143 16 39
Octal 252 171 227 0 35 13 41 503 26 71
Binary 10101010 1111001 10010111 0 11101 1011 100001 101000011 10110 111001

Color Harmonies of #AA7997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7997

Black with #AA7997

Text Example


Text Example

White with #AA7997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7997; }

 p { color: rgb(170,121,151); }

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

background-color css

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

 a { background-color: rgb(170,121,151); }

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

border-color css

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

 span { border-color: rgb(170,121,151); }

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