Html Css Color HEX #AC7997 Bouquet

📋 copy color: '#AC7997'

red 172 ◦ green 121 ◦ blue 151

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

Shades of Bouquet #AC7997

Tints of Bouquet #AC7997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.25%

 BLUE value IS 151 (59.38% from 255) = 34.01%

R = 38.74%
G = 27.25%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC7997 (or 0xAC7997) is known color: Bouquet. HEX triplet: AC, 79 and 97. RGB value is (172,121,151). Sum of RGB (Red+Green+Blue) = 172+121+151=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7997 is #538668. Grayscale: #8B8B8B. Windows color (decimal): -5473897 or 9927084. OLE color: 9927084.

HSL color Cylindrical-coordinate representation of color #AC7997: hue angle of 324.71º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC7997 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 121 151 -
CMYK 0 0.30 0.12 0.33
HSL 324.71º 0.24% 0.57% -
HSV(B) 324.71º 0.3% 0.67% -
XYZ 29.44 24.68 32.49 -
YUV 139.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 172 121 151 0 0.30 0.12 0.33 324.71 0.24 0.57
Hex AC 79 97 0 1E C 21 145 18 39
Octal 254 171 227 0 36 14 41 505 30 71
Binary 10101100 1111001 10010111 0 11110 1100 100001 101000101 11000 111001

Color Harmonies of #AC7997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7997

Black with #AC7997

Text Example


Text Example

White with #AC7997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7997; }

 p { color: rgb(172,121,151); }

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

background-color css

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

 a { background-color: rgb(172,121,151); }

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

border-color css

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

 span { border-color: rgb(172,121,151); }

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