Html Css Color HEX #AA7695 Bouquet

📋 copy color: '#AA7695'

red 170 ◦ green 118 ◦ blue 149

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

Shades of Bouquet #AA7695

Tints of Bouquet #AA7695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27%

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

R = 38.9%
G = 27%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA7695 (or 0xAA7695) is known color: Bouquet. HEX triplet: AA, 76 and 95. RGB value is (170,118,149). Sum of RGB (Red+Green+Blue) = 170+118+149=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7695 is #55896A. Grayscale: #898989. Windows color (decimal): -5605739 or 9795242. OLE color: 9795242.

HSL color Cylindrical-coordinate representation of color #AA7695: hue angle of 324.23º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7695 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 118 149 -
CMYK 0 0.31 0.12 0.33
HSL 324.23º 0.23% 0.56% -
HSV(B) 324.23º 0.31% 0.67% -
XYZ 28.48 23.67 31.5 -
YUV 137.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 170 118 149 0 0.31 0.12 0.33 324.23 0.23 0.56
Hex AA 76 95 0 1F C 21 144 17 38
Octal 252 166 225 0 37 14 41 504 27 70
Binary 10101010 1110110 10010101 0 11111 1100 100001 101000100 10111 111000

Color Harmonies of #AA7695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7695

Black with #AA7695

Text Example


Text Example

White with #AA7695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7695; }

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

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

background-color css

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

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

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

border-color css

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

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

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