Html Css Color HEX #AA8698 Bouquet

📋 copy color: '#AA8698'

red 170 ◦ green 134 ◦ blue 152

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

Shades of Bouquet #AA8698

Tints of Bouquet #AA8698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.39%

 BLUE value IS 152 (59.77% from 255) = 33.33%

R = 37.28%
G = 29.39%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA8698 (or 0xAA8698) is known color: Bouquet. HEX triplet: AA, 86 and 98. RGB value is (170,134,152). Sum of RGB (Red+Green+Blue) = 170+134+152=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8698 is #557967. Grayscale: #929292. Windows color (decimal): -5601640 or 9995946. OLE color: 9995946.

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

Color convert

RGB 170 134 152 -
CMYK 0 0.21 0.11 0.33
HSL 330º 0.17% 0.6% -
HSV(B) 330º 0.21% 0.67% -
XYZ 30.77 27.86 33.46 -
YUV 146.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 170 134 152 0 0.21 0.11 0.33 330 0.17 0.6
Hex AA 86 98 0 15 B 21 14A 11 3C
Octal 252 206 230 0 25 13 41 512 21 74
Binary 10101010 10000110 10011000 0 10101 1011 100001 101001010 10001 111100

Color Harmonies of #AA8698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8698

Black with #AA8698

Text Example


Text Example

White with #AA8698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8698; }

 p { color: rgb(170,134,152); }

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

background-color css

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

 a { background-color: rgb(170,134,152); }

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

border-color css

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

 span { border-color: rgb(170,134,152); }

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