Html Css Color HEX #AC7F92 Bouquet

📋 copy color: '#AC7F92'

red 172 ◦ green 127 ◦ blue 146

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

Shades of Bouquet #AC7F92

Tints of Bouquet #AC7F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.81%

R = 38.65%
G = 28.54%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC7F92 (or 0xAC7F92) is known color: Bouquet. HEX triplet: AC, 7F and 92. RGB value is (172,127,146). Sum of RGB (Red+Green+Blue) = 172+127+146=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7F92 is #53806D. Grayscale: #8E8E8E. Windows color (decimal): -5472366 or 9600940. OLE color: 9600940.

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

Color convert

RGB 172 127 146 -
CMYK 0 0.26 0.15 0.33
HSL 334.67º 0.21% 0.59% -
HSV(B) 334.67º 0.26% 0.67% -
XYZ 29.79 26.02 30.65 -
YUV 142.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 172 127 146 0 0.26 0.15 0.33 334.67 0.21 0.59
Hex AC 7F 92 0 1A F 21 14F 15 3B
Octal 254 177 222 0 32 17 41 517 25 73
Binary 10101100 1111111 10010010 0 11010 1111 100001 101001111 10101 111011

Color Harmonies of #AC7F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F92

Black with #AC7F92

Text Example


Text Example

White with #AC7F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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