Html Css Color HEX #AA7B9C Bouquet

📋 copy color: '#AA7B9C'

red 170 ◦ green 123 ◦ blue 156

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

Shades of Bouquet #AA7B9C

Tints of Bouquet #AA7B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.74%

R = 37.86%
G = 27.39%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA7B9C (or 0xAA7B9C) is known color: Bouquet. HEX triplet: AA, 7B and 9C. RGB value is (170,123,156). Sum of RGB (Red+Green+Blue) = 170+123+156=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7B9C is #558463. Grayscale: #8C8C8C. Windows color (decimal): -5604452 or 10255274. OLE color: 10255274.

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

Color convert

RGB 170 123 156 -
CMYK 0 0.28 0.08 0.33
HSL 317.87º 0.22% 0.57% -
HSV(B) 317.87º 0.28% 0.67% -
XYZ 29.66 25.11 34.74 -
YUV 140.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 170 123 156 0 0.28 0.08 0.33 317.87 0.22 0.57
Hex AA 7B 9C 0 1C 8 21 13E 16 39
Octal 252 173 234 0 34 10 41 476 26 71
Binary 10101010 1111011 10011100 0 11100 1000 100001 100111110 10110 111001

Color Harmonies of #AA7B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B9C

Black with #AA7B9C

Text Example


Text Example

White with #AA7B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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