Html Css Color HEX #AA819C Bouquet

📋 copy color: '#AA819C'

red 170 ◦ green 129 ◦ blue 156

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

Shades of Bouquet #AA819C

Tints of Bouquet #AA819C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.35%

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

R = 37.36%
G = 28.35%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA819C (or 0xAA819C) is known color: Bouquet. HEX triplet: AA, 81 and 9C. RGB value is (170,129,156). Sum of RGB (Red+Green+Blue) = 170+129+156=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA819C is #557E63. Grayscale: #909090. Windows color (decimal): -5602916 or 10256810. OLE color: 10256810.

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

Color convert

RGB 170 129 156 -
CMYK 0 0.24 0.08 0.33
HSL 320.49º 0.19% 0.59% -
HSV(B) 320.49º 0.24% 0.67% -
XYZ 30.43 26.65 34.99 -
YUV 144.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 170 129 156 0 0.24 0.08 0.33 320.49 0.19 0.59
Hex AA 81 9C 0 18 8 21 140 13 3B
Octal 252 201 234 0 30 10 41 500 23 73
Binary 10101010 10000001 10011100 0 11000 1000 100001 101000000 10011 111011

Color Harmonies of #AA819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA819C

Black with #AA819C

Text Example


Text Example

White with #AA819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA819C; }

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

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

background-color css

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

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

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

border-color css

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

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

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