Html Css Color HEX #AC7B91 Bouquet

📋 copy color: '#AC7B91'

red 172 ◦ green 123 ◦ blue 145

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

Shades of Bouquet #AC7B91

Tints of Bouquet #AC7B91

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.95%

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

R = 39.09%
G = 27.95%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC7B91 (or 0xAC7B91) is known color: Bouquet. HEX triplet: AC, 7B and 91. RGB value is (172,123,145). Sum of RGB (Red+Green+Blue) = 172+123+145=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B91 is #53846E. Grayscale: #8C8C8C. Windows color (decimal): -5473391 or 9534380. OLE color: 9534380.

HSL color Cylindrical-coordinate representation of color #AC7B91: hue angle of 333.06º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7B91 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 123 145 -
CMYK 0 0.28 0.16 0.33
HSL 333.06º 0.23% 0.58% -
HSV(B) 333.06º 0.28% 0.67% -
XYZ 29.21 24.98 30.07 -
YUV 140.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 172 123 145 0 0.28 0.16 0.33 333.06 0.23 0.58
Hex AC 7B 91 0 1C 10 21 14D 17 3A
Octal 254 173 221 0 34 20 41 515 27 72
Binary 10101100 1111011 10010001 0 11100 10000 100001 101001101 10111 111010

Color Harmonies of #AC7B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B91

Black with #AC7B91

Text Example


Text Example

White with #AC7B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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