Html Css Color HEX #AA769D Bouquet

📋 copy color: '#AA769D'

red 170 ◦ green 118 ◦ blue 157

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

Shades of Bouquet #AA769D

Tints of Bouquet #AA769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.52%

 BLUE value IS 157 (61.72% from 255) = 35.28%

R = 38.2%
G = 26.52%
B = 35.28%

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

#AA769D (or 0xAA769D) is known color: Bouquet. HEX triplet: AA, 76 and 9D. RGB value is (170,118,157). Sum of RGB (Red+Green+Blue) = 170+118+157=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA769D is #558962. Grayscale: #898989. Windows color (decimal): -5605731 or 10319530. OLE color: 10319530.

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

Color convert

RGB 170 118 157 -
CMYK 0 0.31 0.08 0.33
HSL 315º 0.23% 0.56% -
HSV(B) 315º 0.31% 0.67% -
XYZ 29.14 23.94 34.98 -
YUV 137.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 170 118 157 0 0.31 0.08 0.33 315 0.23 0.56
Hex AA 76 9D 0 1F 8 21 13B 17 38
Octal 252 166 235 0 37 10 41 473 27 70
Binary 10101010 1110110 10011101 0 11111 1000 100001 100111011 10111 111000

Color Harmonies of #AA769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA769D

Black with #AA769D

Text Example


Text Example

White with #AA769D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA769D; }

 p { color: rgb(170,118,157); }

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

background-color css

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

 a { background-color: rgb(170,118,157); }

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

border-color css

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

 span { border-color: rgb(170,118,157); }

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