Html Css Color HEX #AA7CA0 Bouquet

📋 copy color: '#AA7CA0'

red 170 ◦ green 124 ◦ blue 160

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

Shades of Bouquet #AA7CA0

Tints of Bouquet #AA7CA0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.31%

 BLUE value IS 160 (62.89% from 255) = 35.24%

R = 37.44%
G = 27.31%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA7CA0 (or 0xAA7CA0) is known color: Bouquet. HEX triplet: AA, 7C and A0. RGB value is (170,124,160). Sum of RGB (Red+Green+Blue) = 170+124+160=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7CA0 is #55835F. Grayscale: #8D8D8D. Windows color (decimal): -5604192 or 10517674. OLE color: 10517674.

HSL color Cylindrical-coordinate representation of color #AA7CA0: hue angle of 313.04º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA7CA0 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 124 160 -
CMYK 0 0.27 0.06 0.33
HSL 313.04º 0.21% 0.58% -
HSV(B) 313.04º 0.27% 0.67% -
XYZ 30.13 25.5 36.59 -
YUV 141.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 170 124 160 0 0.27 0.06 0.33 313.04 0.21 0.58
Hex AA 7C A0 0 1B 6 21 139 15 3A
Octal 252 174 240 0 33 6 41 471 25 72
Binary 10101010 1111100 10100000 0 11011 110 100001 100111001 10101 111010

Color Harmonies of #AA7CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7CA0

Black with #AA7CA0

Text Example


Text Example

White with #AA7CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7CA0; }

 p { color: rgb(170,124,160); }

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

background-color css

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

 a { background-color: rgb(170,124,160); }

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

border-color css

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

 span { border-color: rgb(170,124,160); }

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