Html Css Color HEX #AA7595 Bouquet

📋 copy color: '#AA7595'

red 170 ◦ green 117 ◦ blue 149

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

Shades of Bouquet #AA7595

Tints of Bouquet #AA7595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.83%

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

R = 38.99%
G = 26.83%
B = 34.17%

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

#AA7595 (or 0xAA7595) is known color: Bouquet. HEX triplet: AA, 75 and 95. RGB value is (170,117,149). Sum of RGB (Red+Green+Blue) = 170+117+149=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7595 is #558A6A. Grayscale: #888888. Windows color (decimal): -5605995 or 9794986. OLE color: 9794986.

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

Color convert

RGB 170 117 149 -
CMYK 0 0.31 0.12 0.33
HSL 323.77º 0.24% 0.56% -
HSV(B) 323.77º 0.31% 0.67% -
XYZ 28.36 23.44 31.46 -
YUV 136.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 170 117 149 0 0.31 0.12 0.33 323.77 0.24 0.56
Hex AA 75 95 0 1F C 21 144 18 38
Octal 252 165 225 0 37 14 41 504 30 70
Binary 10101010 1110101 10010101 0 11111 1100 100001 101000100 11000 111000

Color Harmonies of #AA7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7595

Black with #AA7595

Text Example


Text Example

White with #AA7595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7595; }

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

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

background-color css

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

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

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

border-color css

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

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

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