Html Css Color HEX #AA8695 Bouquet

📋 copy color: '#AA8695'

red 170 ◦ green 134 ◦ blue 149

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

Shades of Bouquet #AA8695

Tints of Bouquet #AA8695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.89%

R = 37.53%
G = 29.58%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA8695 (or 0xAA8695) is known color: Bouquet. HEX triplet: AA, 86 and 95. RGB value is (170,134,149). Sum of RGB (Red+Green+Blue) = 170+134+149=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8695 is #55796A. Grayscale: #929292. Windows color (decimal): -5601643 or 9799338. OLE color: 9799338.

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

Color convert

RGB 170 134 149 -
CMYK 0 0.21 0.12 0.33
HSL 335º 0.17% 0.6% -
HSV(B) 335º 0.21% 0.67% -
XYZ 30.53 27.77 32.18 -
YUV 146.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 170 134 149 0 0.21 0.12 0.33 335 0.17 0.6
Hex AA 86 95 0 15 C 21 14F 11 3C
Octal 252 206 225 0 25 14 41 517 21 74
Binary 10101010 10000110 10010101 0 10101 1100 100001 101001111 10001 111100

Color Harmonies of #AA8695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8695

Black with #AA8695

Text Example


Text Example

White with #AA8695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8695; }

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

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

background-color css

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

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

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

border-color css

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

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

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