Html Css Color HEX #AA769B Bouquet

📋 copy color: '#AA769B'

red 170 ◦ green 118 ◦ blue 155

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

Shades of Bouquet #AA769B

Tints of Bouquet #AA769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.99%

R = 38.37%
G = 26.64%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA769B (or 0xAA769B) is known color: Bouquet. HEX triplet: AA, 76 and 9B. RGB value is (170,118,155). Sum of RGB (Red+Green+Blue) = 170+118+155=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA769B is #558964. Grayscale: #898989. Windows color (decimal): -5605733 or 10188458. OLE color: 10188458.

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

Color convert

RGB 170 118 155 -
CMYK 0 0.31 0.09 0.33
HSL 317.31º 0.23% 0.56% -
HSV(B) 317.31º 0.31% 0.67% -
XYZ 28.97 23.87 34.09 -
YUV 137.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 170 118 155 0 0.31 0.09 0.33 317.31 0.23 0.56
Hex AA 76 9B 0 1F 9 21 13D 17 38
Octal 252 166 233 0 37 11 41 475 27 70
Binary 10101010 1110110 10011011 0 11111 1001 100001 100111101 10111 111000

Color Harmonies of #AA769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA769B

Black with #AA769B

Text Example


Text Example

White with #AA769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA769B; }

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

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

background-color css

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

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

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

border-color css

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

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

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