Html Css Color HEX #AA7895 Bouquet

📋 copy color: '#AA7895'

red 170 ◦ green 120 ◦ blue 149

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

Shades of Bouquet #AA7895

Tints of Bouquet #AA7895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.33%

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

R = 38.72%
G = 27.33%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA7895 (or 0xAA7895) is known color: Bouquet. HEX triplet: AA, 78 and 95. RGB value is (170,120,149). Sum of RGB (Red+Green+Blue) = 170+120+149=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7895 is #55876A. Grayscale: #8A8A8A. Windows color (decimal): -5605227 or 9795754. OLE color: 9795754.

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

Color convert

RGB 170 120 149 -
CMYK 0 0.29 0.12 0.33
HSL 325.2º 0.23% 0.57% -
HSV(B) 325.2º 0.29% 0.67% -
XYZ 28.72 24.15 31.58 -
YUV 138.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 170 120 149 0 0.29 0.12 0.33 325.2 0.23 0.57
Hex AA 78 95 0 1D C 21 145 17 39
Octal 252 170 225 0 35 14 41 505 27 71
Binary 10101010 1111000 10010101 0 11101 1100 100001 101000101 10111 111001

Color Harmonies of #AA7895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7895

Black with #AA7895

Text Example


Text Example

White with #AA7895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7895; }

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

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

background-color css

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

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

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

border-color css

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

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

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