Html Css Color HEX #AC7B95 Bouquet

📋 copy color: '#AC7B95'

red 172 ◦ green 123 ◦ blue 149

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

Shades of Bouquet #AC7B95

Tints of Bouquet #AC7B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.56%

R = 38.74%
G = 27.7%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC7B95 (or 0xAC7B95) is known color: Bouquet. HEX triplet: AC, 7B and 95. RGB value is (172,123,149). Sum of RGB (Red+Green+Blue) = 172+123+149=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B95 is #53846A. Grayscale: #8C8C8C. Windows color (decimal): -5473387 or 9796524. OLE color: 9796524.

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

Color convert

RGB 172 123 149 -
CMYK 0 0.28 0.13 0.33
HSL 328.16º 0.23% 0.58% -
HSV(B) 328.16º 0.28% 0.67% -
XYZ 29.52 25.11 31.72 -
YUV 140.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 172 123 149 0 0.28 0.13 0.33 328.16 0.23 0.58
Hex AC 7B 95 0 1C D 21 148 17 3A
Octal 254 173 225 0 34 15 41 510 27 72
Binary 10101100 1111011 10010101 0 11100 1101 100001 101001000 10111 111010

Color Harmonies of #AC7B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B95

Black with #AC7B95

Text Example


Text Example

White with #AC7B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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