Html Css Color HEX #AA749C Bouquet

📋 copy color: '#AA749C'

red 170 ◦ green 116 ◦ blue 156

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

Shades of Bouquet #AA749C

Tints of Bouquet #AA749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.24%

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

R = 38.46%
G = 26.24%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA749C (or 0xAA749C) is known color: Bouquet. HEX triplet: AA, 74 and 9C. RGB value is (170,116,156). Sum of RGB (Red+Green+Blue) = 170+116+156=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA749C is #558B63. Grayscale: #888888. Windows color (decimal): -5606244 or 10253482. OLE color: 10253482.

HSL color Cylindrical-coordinate representation of color #AA749C: hue angle of 315.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA749C is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 116 156 -
CMYK 0 0.32 0.08 0.33
HSL 315.56º 0.24% 0.56% -
HSV(B) 315.56º 0.32% 0.67% -
XYZ 28.82 23.44 34.46 -
YUV 136.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 170 116 156 0 0.32 0.08 0.33 315.56 0.24 0.56
Hex AA 74 9C 0 20 8 21 13C 18 38
Octal 252 164 234 0 40 10 41 474 30 70
Binary 10101010 1110100 10011100 0 100000 1000 100001 100111100 11000 111000

Color Harmonies of #AA749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA749C

Black with #AA749C

Text Example


Text Example

White with #AA749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA749C; }

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

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

background-color css

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

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

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

border-color css

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

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

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