Html Css Color HEX #AC7F99 Bouquet

📋 copy color: '#AC7F99'

red 172 ◦ green 127 ◦ blue 153

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

Shades of Bouquet #AC7F99

Tints of Bouquet #AC7F99

RGB

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

 GREEN value IS 127 (50% from 255) = 28.1%

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

R = 38.05%
G = 28.1%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC7F99 (or 0xAC7F99) is known color: Bouquet. HEX triplet: AC, 7F and 99. RGB value is (172,127,153). Sum of RGB (Red+Green+Blue) = 172+127+153=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7F99 is #538066. Grayscale: #8F8F8F. Windows color (decimal): -5472359 or 10059692. OLE color: 10059692.

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

Color convert

RGB 172 127 153 -
CMYK 0 0.26 0.11 0.33
HSL 325.33º 0.21% 0.59% -
HSV(B) 325.33º 0.26% 0.67% -
XYZ 30.35 26.25 33.6 -
YUV 143.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 172 127 153 0 0.26 0.11 0.33 325.33 0.21 0.59
Hex AC 7F 99 0 1A B 21 145 15 3B
Octal 254 177 231 0 32 13 41 505 25 73
Binary 10101100 1111111 10011001 0 11010 1011 100001 101000101 10101 111011

Color Harmonies of #AC7F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F99

Black with #AC7F99

Text Example


Text Example

White with #AC7F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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