Html Css Color HEX #AC7998 Bouquet

📋 copy color: '#AC7998'

red 172 ◦ green 121 ◦ blue 152

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

Shades of Bouquet #AC7998

Tints of Bouquet #AC7998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.16%

R = 38.65%
G = 27.19%
B = 34.16%

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

#AC7998 (or 0xAC7998) is known color: Bouquet. HEX triplet: AC, 79 and 98. RGB value is (172,121,152). Sum of RGB (Red+Green+Blue) = 172+121+152=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7998 is #538667. Grayscale: #8B8B8B. Windows color (decimal): -5473896 or 9992620. OLE color: 9992620.

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

Color convert

RGB 172 121 152 -
CMYK 0 0.30 0.12 0.33
HSL 323.53º 0.24% 0.57% -
HSV(B) 323.53º 0.3% 0.67% -
XYZ 29.52 24.71 32.92 -
YUV 139.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 172 121 152 0 0.30 0.12 0.33 323.53 0.24 0.57
Hex AC 79 98 0 1E C 21 144 18 39
Octal 254 171 230 0 36 14 41 504 30 71
Binary 10101100 1111001 10011000 0 11110 1100 100001 101000100 11000 111001

Color Harmonies of #AC7998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7998

Black with #AC7998

Text Example


Text Example

White with #AC7998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7998; }

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

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

background-color css

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

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

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

border-color css

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

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

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