Html Css Color HEX #AC7F91 Bouquet

📋 copy color: '#AC7F91'

red 172 ◦ green 127 ◦ blue 145

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

Shades of Bouquet #AC7F91

Tints of Bouquet #AC7F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.66%

R = 38.74%
G = 28.6%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC7F91 (or 0xAC7F91) is known color: Bouquet. HEX triplet: AC, 7F and 91. RGB value is (172,127,145). Sum of RGB (Red+Green+Blue) = 172+127+145=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7F91 is #53806E. Grayscale: #8E8E8E. Windows color (decimal): -5472367 or 9535404. OLE color: 9535404.

HSL color Cylindrical-coordinate representation of color #AC7F91: hue angle of 336º 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 #AC7F91 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 127 145 -
CMYK 0 0.26 0.16 0.33
HSL 336º 0.21% 0.59% -
HSV(B) 336º 0.26% 0.67% -
XYZ 29.71 25.99 30.24 -
YUV 142.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 172 127 145 0 0.26 0.16 0.33 336 0.21 0.59
Hex AC 7F 91 0 1A 10 21 150 15 3B
Octal 254 177 221 0 32 20 41 520 25 73
Binary 10101100 1111111 10010001 0 11010 10000 100001 101010000 10101 111011

Color Harmonies of #AC7F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F91

Black with #AC7F91

Text Example


Text Example

White with #AC7F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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