Html Css Color HEX #AA729C Bouquet

📋 copy color: '#AA729C'

red 170 ◦ green 114 ◦ blue 156

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

Shades of Bouquet #AA729C

Tints of Bouquet #AA729C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.91%

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 38.64%
G = 25.91%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA729C (or 0xAA729C) is known color: Bouquet. HEX triplet: AA, 72 and 9C. RGB value is (170,114,156). Sum of RGB (Red+Green+Blue) = 170+114+156=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA729C is #558D63. Grayscale: #878787. Windows color (decimal): -5606756 or 10252970. OLE color: 10252970.

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

Color convert

RGB 170 114 156 -
CMYK 0 0.33 0.08 0.33
HSL 315º 0.25% 0.56% -
HSV(B) 315º 0.33% 0.67% -
XYZ 28.6 22.98 34.38 -
YUV 135.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 170 114 156 0 0.33 0.08 0.33 315 0.25 0.56
Hex AA 72 9C 0 21 8 21 13B 19 38
Octal 252 162 234 0 41 10 41 473 31 70
Binary 10101010 1110010 10011100 0 100001 1000 100001 100111011 11001 111000

Color Harmonies of #AA729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA729C

Black with #AA729C

Text Example


Text Example

White with #AA729C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA729C; }

 p { color: rgb(170,114,156); }

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

background-color css

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

 a { background-color: rgb(170,114,156); }

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

border-color css

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

 span { border-color: rgb(170,114,156); }

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