Html Css Color HEX #AA759C Bouquet

📋 copy color: '#AA759C'

red 170 ◦ green 117 ◦ blue 156

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

Shades of Bouquet #AA759C

Tints of Bouquet #AA759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.41%

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

R = 38.37%
G = 26.41%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA759C (or 0xAA759C) is known color: Bouquet. HEX triplet: AA, 75 and 9C. RGB value is (170,117,156). Sum of RGB (Red+Green+Blue) = 170+117+156=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA759C is #558A63. Grayscale: #898989. Windows color (decimal): -5605988 or 10253738. OLE color: 10253738.

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

Color convert

RGB 170 117 156 -
CMYK 0 0.31 0.08 0.33
HSL 315.85º 0.24% 0.56% -
HSV(B) 315.85º 0.31% 0.67% -
XYZ 28.94 23.67 34.5 -
YUV 137.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 170 117 156 0 0.31 0.08 0.33 315.85 0.24 0.56
Hex AA 75 9C 0 1F 8 21 13C 18 38
Octal 252 165 234 0 37 10 41 474 30 70
Binary 10101010 1110101 10011100 0 11111 1000 100001 100111100 11000 111000

Color Harmonies of #AA759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA759C

Black with #AA759C

Text Example


Text Example

White with #AA759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA759C; }

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

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

background-color css

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

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

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

border-color css

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

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

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