Html Css Color HEX #AA859A Bouquet

📋 copy color: '#AA859A'

red 170 ◦ green 133 ◦ blue 154

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

Shades of Bouquet #AA859A

Tints of Bouquet #AA859A

RGB

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

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

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

R = 37.2%
G = 29.1%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA859A (or 0xAA859A) is known color: Bouquet. HEX triplet: AA, 85 and 9A. RGB value is (170,133,154). Sum of RGB (Red+Green+Blue) = 170+133+154=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA859A is #557A65. Grayscale: #929292. Windows color (decimal): -5601894 or 10126762. OLE color: 10126762.

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

Color convert

RGB 170 133 154 -
CMYK 0 0.22 0.09 0.33
HSL 325.95º 0.18% 0.59% -
HSV(B) 325.95º 0.22% 0.67% -
XYZ 30.8 27.65 34.29 -
YUV 146.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 170 133 154 0 0.22 0.09 0.33 325.95 0.18 0.59
Hex AA 85 9A 0 16 9 21 146 12 3B
Octal 252 205 232 0 26 11 41 506 22 73
Binary 10101010 10000101 10011010 0 10110 1001 100001 101000110 10010 111011

Color Harmonies of #AA859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA859A

Black with #AA859A

Text Example


Text Example

White with #AA859A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA859A; }

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

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

background-color css

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

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

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

border-color css

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

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

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