Html Css Color HEX #AC8A99 Bouquet

📋 copy color: '#AC8A99'

red 172 ◦ green 138 ◦ blue 153

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

Shades of Bouquet #AC8A99

Tints of Bouquet #AC8A99

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.81%

 BLUE value IS 153 (60.16% from 255) = 33.05%

R = 37.15%
G = 29.81%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC8A99 (or 0xAC8A99) is known color: Bouquet. HEX triplet: AC, 8A and 99. RGB value is (172,138,153). Sum of RGB (Red+Green+Blue) = 172+138+153=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8A99 is #537566. Grayscale: #959595. Windows color (decimal): -5469543 or 10062508. OLE color: 10062508.

HSL color Cylindrical-coordinate representation of color #AC8A99: hue angle of 333.53º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC8A99 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 138 153 -
CMYK 0 0.20 0.11 0.33
HSL 333.53º 0.17% 0.61% -
HSV(B) 333.53º 0.2% 0.67% -
XYZ 31.85 29.25 34.1 -
YUV 149.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 172 138 153 0 0.20 0.11 0.33 333.53 0.17 0.61
Hex AC 8A 99 0 14 B 21 14E 11 3D
Octal 254 212 231 0 24 13 41 516 21 75
Binary 10101100 10001010 10011001 0 10100 1011 100001 101001110 10001 111101

Color Harmonies of #AC8A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A99

Black with #AC8A99

Text Example


Text Example

White with #AC8A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A99; }

 p { color: rgb(172,138,153); }

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

background-color css

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

 a { background-color: rgb(172,138,153); }

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

border-color css

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

 span { border-color: rgb(172,138,153); }

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