Html Css Color HEX #AA7B9A Bouquet

📋 copy color: '#AA7B9A'

red 170 ◦ green 123 ◦ blue 154

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

Shades of Bouquet #AA7B9A

Tints of Bouquet #AA7B9A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.52%

 BLUE value IS 154 (60.55% from 255) = 34.45%

R = 38.03%
G = 27.52%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA7B9A (or 0xAA7B9A) is known color: Bouquet. HEX triplet: AA, 7B and 9A. RGB value is (170,123,154). Sum of RGB (Red+Green+Blue) = 170+123+154=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7B9A is #558465. Grayscale: #8C8C8C. Windows color (decimal): -5604454 or 10124202. OLE color: 10124202.

HSL color Cylindrical-coordinate representation of color #AA7B9A: hue angle of 320.43º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7B9A is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 123 154 -
CMYK 0 0.28 0.09 0.33
HSL 320.43º 0.22% 0.57% -
HSV(B) 320.43º 0.28% 0.67% -
XYZ 29.49 25.05 33.85 -
YUV 140.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 170 123 154 0 0.28 0.09 0.33 320.43 0.22 0.57
Hex AA 7B 9A 0 1C 9 21 140 16 39
Octal 252 173 232 0 34 11 41 500 26 71
Binary 10101010 1111011 10011010 0 11100 1001 100001 101000000 10110 111001

Color Harmonies of #AA7B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B9A

Black with #AA7B9A

Text Example


Text Example

White with #AA7B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B9A; }

 p { color: rgb(170,123,154); }

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

background-color css

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

 a { background-color: rgb(170,123,154); }

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

border-color css

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

 span { border-color: rgb(170,123,154); }

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