Html Css Color HEX #AA809B Bouquet

📋 copy color: '#AA809B'

red 170 ◦ green 128 ◦ blue 155

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

Shades of Bouquet #AA809B

Tints of Bouquet #AA809B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.26%

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

R = 37.53%
G = 28.26%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA809B (or 0xAA809B) is known color: Bouquet. HEX triplet: AA, 80 and 9B. RGB value is (170,128,155). Sum of RGB (Red+Green+Blue) = 170+128+155=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA809B is #557F64. Grayscale: #8F8F8F. Windows color (decimal): -5603173 or 10191018. OLE color: 10191018.

HSL color Cylindrical-coordinate representation of color #AA809B: hue angle of 321.43º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA809B is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 128 155 -
CMYK 0 0.25 0.09 0.33
HSL 321.43º 0.2% 0.58% -
HSV(B) 321.43º 0.25% 0.67% -
XYZ 30.21 26.35 34.5 -
YUV 143.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 170 128 155 0 0.25 0.09 0.33 321.43 0.2 0.58
Hex AA 80 9B 0 19 9 21 141 14 3A
Octal 252 200 233 0 31 11 41 501 24 72
Binary 10101010 10000000 10011011 0 11001 1001 100001 101000001 10100 111010

Color Harmonies of #AA809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA809B

Black with #AA809B

Text Example


Text Example

White with #AA809B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA809B; }

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

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

background-color css

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

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

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

border-color css

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

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

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