Html Css Color HEX #AA7095 Bouquet

📋 copy color: '#AA7095'

red 170 ◦ green 112 ◦ blue 149

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

Shades of Bouquet #AA7095

Tints of Bouquet #AA7095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.99%

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

R = 39.44%
G = 25.99%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA7095 (or 0xAA7095) is known color: Bouquet. HEX triplet: AA, 70 and 95. RGB value is (170,112,149). Sum of RGB (Red+Green+Blue) = 170+112+149=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7095 is #558F6A. Grayscale: #858585. Windows color (decimal): -5607275 or 9793706. OLE color: 9793706.

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

Color convert

RGB 170 112 149 -
CMYK 0 0.34 0.12 0.33
HSL 321.72º 0.25% 0.55% -
HSV(B) 321.72º 0.34% 0.67% -
XYZ 27.8 22.3 31.27 -
YUV 133.56 136.72 153.99 -
System Red Green Blue C M Y K H S L
Decimal 170 112 149 0 0.34 0.12 0.33 321.72 0.25 0.55
Hex AA 70 95 0 22 C 21 142 19 37
Octal 252 160 225 0 42 14 41 502 31 67
Binary 10101010 1110000 10010101 0 100010 1100 100001 101000010 11001 110111

Color Harmonies of #AA7095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7095

Black with #AA7095

Text Example


Text Example

White with #AA7095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7095; }

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

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

background-color css

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

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

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

border-color css

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

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

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