Html Css Color HEX #AA769A Bouquet

📋 copy color: '#AA769A'

red 170 ◦ green 118 ◦ blue 154

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

Shades of Bouquet #AA769A

Tints of Bouquet #AA769A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.84%

R = 38.46%
G = 26.7%
B = 34.84%

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

#AA769A (or 0xAA769A) is known color: Bouquet. HEX triplet: AA, 76 and 9A. RGB value is (170,118,154). Sum of RGB (Red+Green+Blue) = 170+118+154=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA769A is #558965. Grayscale: #898989. Windows color (decimal): -5605734 or 10122922. OLE color: 10122922.

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

Color convert

RGB 170 118 154 -
CMYK 0 0.31 0.09 0.33
HSL 318.46º 0.23% 0.56% -
HSV(B) 318.46º 0.31% 0.67% -
XYZ 28.89 23.84 33.65 -
YUV 137.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 170 118 154 0 0.31 0.09 0.33 318.46 0.23 0.56
Hex AA 76 9A 0 1F 9 21 13E 17 38
Octal 252 166 232 0 37 11 41 476 27 70
Binary 10101010 1110110 10011010 0 11111 1001 100001 100111110 10111 111000

Color Harmonies of #AA769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA769A

Black with #AA769A

Text Example


Text Example

White with #AA769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA769A; }

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

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

background-color css

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

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

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

border-color css

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

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

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