Html Css Color HEX #AA729B Bouquet

📋 copy color: '#AA729B'

red 170 ◦ green 114 ◦ blue 155

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

Shades of Bouquet #AA729B

Tints of Bouquet #AA729B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 38.72%
G = 25.97%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA729B (or 0xAA729B) is known color: Bouquet. HEX triplet: AA, 72 and 9B. RGB value is (170,114,155). Sum of RGB (Red+Green+Blue) = 170+114+155=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA729B is #558D64. Grayscale: #878787. Windows color (decimal): -5606757 or 10187434. OLE color: 10187434.

HSL color Cylindrical-coordinate representation of color #AA729B: hue angle of 316.07º 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 #AA729B is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 114 155 -
CMYK 0 0.33 0.09 0.33
HSL 316.07º 0.25% 0.56% -
HSV(B) 316.07º 0.33% 0.67% -
XYZ 28.51 22.95 33.94 -
YUV 135.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 170 114 155 0 0.33 0.09 0.33 316.07 0.25 0.56
Hex AA 72 9B 0 21 9 21 13C 19 38
Octal 252 162 233 0 41 11 41 474 31 70
Binary 10101010 1110010 10011011 0 100001 1001 100001 100111100 11001 111000

Color Harmonies of #AA729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA729B

Black with #AA729B

Text Example


Text Example

White with #AA729B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA729B; }

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

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

background-color css

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

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

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

border-color css

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

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

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