Html Css Color HEX #AA769E Bouquet

📋 copy color: '#AA769E'

red 170 ◦ green 118 ◦ blue 158

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

Shades of Bouquet #AA769E

Tints of Bouquet #AA769E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.43%

R = 38.12%
G = 26.46%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA769E (or 0xAA769E) is known color: Bouquet. HEX triplet: AA, 76 and 9E. RGB value is (170,118,158). Sum of RGB (Red+Green+Blue) = 170+118+158=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA769E is #558961. Grayscale: #8A8A8A. Windows color (decimal): -5605730 or 10385066. OLE color: 10385066.

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

Color convert

RGB 170 118 158 -
CMYK 0 0.31 0.07 0.33
HSL 313.85º 0.23% 0.56% -
HSV(B) 313.85º 0.31% 0.67% -
XYZ 29.23 23.97 35.43 -
YUV 138.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 170 118 158 0 0.31 0.07 0.33 313.85 0.23 0.56
Hex AA 76 9E 0 1F 7 21 13A 17 38
Octal 252 166 236 0 37 7 41 472 27 70
Binary 10101010 1110110 10011110 0 11111 111 100001 100111010 10111 111000

Color Harmonies of #AA769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA769E

Black with #AA769E

Text Example


Text Example

White with #AA769E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA769E; }

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

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

background-color css

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

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

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

border-color css

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

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

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