Html Css Color HEX #AC88A2 Bouquet

📋 copy color: '#AC88A2'

red 172 ◦ green 136 ◦ blue 162

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

Shades of Bouquet #AC88A2

Tints of Bouquet #AC88A2

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.94%

 BLUE value IS 162 (63.67% from 255) = 34.47%

R = 36.6%
G = 28.94%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC88A2 (or 0xAC88A2) is known color: Bouquet. HEX triplet: AC, 88 and A2. RGB value is (172,136,162). Sum of RGB (Red+Green+Blue) = 172+136+162=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC88A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC88A2 is #53775D. Grayscale: #959595. Windows color (decimal): -5470046 or 10651820. OLE color: 10651820.

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

Color convert

RGB 172 136 162 -
CMYK 0 0.21 0.06 0.33
HSL 316.67º 0.18% 0.6% -
HSV(B) 316.67º 0.21% 0.67% -
XYZ 32.34 28.99 38.07 -
YUV 149.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 172 136 162 0 0.21 0.06 0.33 316.67 0.18 0.6
Hex AC 88 A2 0 15 6 21 13D 12 3C
Octal 254 210 242 0 25 6 41 475 22 74
Binary 10101100 10001000 10100010 0 10101 110 100001 100111101 10010 111100

Color Harmonies of #AC88A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC88A2

Black with #AC88A2

Text Example


Text Example

White with #AC88A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC88A2; }

 p { color: rgb(172,136,162); }

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

background-color css

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

 a { background-color: rgb(172,136,162); }

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

border-color css

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

 span { border-color: rgb(172,136,162); }

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