Html Css Color HEX #AA88A0 Bouquet

📋 copy color: '#AA88A0'

red 170 ◦ green 136 ◦ blue 160

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

Shades of Bouquet #AA88A0

Tints of Bouquet #AA88A0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.18%

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 36.48%
G = 29.18%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA88A0 (or 0xAA88A0) is known color: Bouquet. HEX triplet: AA, 88 and A0. RGB value is (170,136,160). Sum of RGB (Red+Green+Blue) = 170+136+160=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA88A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA88A0 is #55775F. Grayscale: #949494. Windows color (decimal): -5601120 or 10520746. OLE color: 10520746.

HSL color Cylindrical-coordinate representation of color #AA88A0: hue angle of 317.65º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA88A0 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 136 160 -
CMYK 0 0.20 0.06 0.33
HSL 317.65º 0.17% 0.6% -
HSV(B) 317.65º 0.2% 0.67% -
XYZ 31.73 28.69 37.12 -
YUV 148.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 170 136 160 0 0.20 0.06 0.33 317.65 0.17 0.6
Hex AA 88 A0 0 14 6 21 13E 11 3C
Octal 252 210 240 0 24 6 41 476 21 74
Binary 10101010 10001000 10100000 0 10100 110 100001 100111110 10001 111100

Color Harmonies of #AA88A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA88A0

Black with #AA88A0

Text Example


Text Example

White with #AA88A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA88A0; }

 p { color: rgb(170,136,160); }

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

background-color css

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

 a { background-color: rgb(170,136,160); }

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

border-color css

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

 span { border-color: rgb(170,136,160); }

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