Html Css Color HEX #AC819C Bouquet

📋 copy color: '#AC819C'

red 172 ◦ green 129 ◦ blue 156

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

Shades of Bouquet #AC819C

Tints of Bouquet #AC819C

RGB

 RED value IS 172 (67.58% from 255) = 37.64%

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

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

R = 37.64%
G = 28.23%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC819C (or 0xAC819C) is known color: Bouquet. HEX triplet: AC, 81 and 9C. RGB value is (172,129,156). Sum of RGB (Red+Green+Blue) = 172+129+156=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC819C is #537E63. Grayscale: #909090. Windows color (decimal): -5471844 or 10256812. OLE color: 10256812.

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

Color convert

RGB 172 129 156 -
CMYK 0 0.25 0.09 0.33
HSL 322.33º 0.21% 0.59% -
HSV(B) 322.33º 0.25% 0.67% -
XYZ 30.86 26.87 35.01 -
YUV 144.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 172 129 156 0 0.25 0.09 0.33 322.33 0.21 0.59
Hex AC 81 9C 0 19 9 21 142 15 3B
Octal 254 201 234 0 31 11 41 502 25 73
Binary 10101100 10000001 10011100 0 11001 1001 100001 101000010 10101 111011

Color Harmonies of #AC819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC819C

Black with #AC819C

Text Example


Text Example

White with #AC819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC819C; }

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

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

background-color css

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

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

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

border-color css

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

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

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