Html Css Color HEX #AA859D Bouquet

📋 copy color: '#AA859D'

red 170 ◦ green 133 ◦ blue 157

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

Shades of Bouquet #AA859D

Tints of Bouquet #AA859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.91%

 BLUE value IS 157 (61.72% from 255) = 34.13%

R = 36.96%
G = 28.91%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA859D (or 0xAA859D) is known color: Bouquet. HEX triplet: AA, 85 and 9D. RGB value is (170,133,157). Sum of RGB (Red+Green+Blue) = 170+133+157=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA859D is #557A62. Grayscale: #929292. Windows color (decimal): -5601891 or 10323370. OLE color: 10323370.

HSL color Cylindrical-coordinate representation of color #AA859D: hue angle of 321.08º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA859D is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 133 157 -
CMYK 0 0.22 0.08 0.33
HSL 321.08º 0.18% 0.59% -
HSV(B) 321.08º 0.22% 0.67% -
XYZ 31.05 27.76 35.62 -
YUV 146.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 170 133 157 0 0.22 0.08 0.33 321.08 0.18 0.59
Hex AA 85 9D 0 16 8 21 141 12 3B
Octal 252 205 235 0 26 10 41 501 22 73
Binary 10101010 10000101 10011101 0 10110 1000 100001 101000001 10010 111011

Color Harmonies of #AA859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA859D

Black with #AA859D

Text Example


Text Example

White with #AA859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA859D; }

 p { color: rgb(170,133,157); }

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

background-color css

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

 a { background-color: rgb(170,133,157); }

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

border-color css

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

 span { border-color: rgb(170,133,157); }

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