Html Css Color HEX #AC7990 Bouquet

📋 copy color: '#AC7990'

red 172 ◦ green 121 ◦ blue 144

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

Shades of Bouquet #AC7990

Tints of Bouquet #AC7990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 39.36%
G = 27.69%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC7990 (or 0xAC7990) is known color: Bouquet. HEX triplet: AC, 79 and 90. RGB value is (172,121,144). Sum of RGB (Red+Green+Blue) = 172+121+144=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7990 is #53866F. Grayscale: #8A8A8A. Windows color (decimal): -5473904 or 9468332. OLE color: 9468332.

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

Color convert

RGB 172 121 144 -
CMYK 0 0.30 0.16 0.33
HSL 332.94º 0.24% 0.57% -
HSV(B) 332.94º 0.3% 0.67% -
XYZ 28.88 24.46 29.58 -
YUV 138.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 172 121 144 0 0.30 0.16 0.33 332.94 0.24 0.57
Hex AC 79 90 0 1E 10 21 14D 18 39
Octal 254 171 220 0 36 20 41 515 30 71
Binary 10101100 1111001 10010000 0 11110 10000 100001 101001101 11000 111001

Color Harmonies of #AC7990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7990

Black with #AC7990

Text Example


Text Example

White with #AC7990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7990; }

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

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

background-color css

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

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

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

border-color css

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

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

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