Html Css Color HEX #AC7090 Bouquet

📋 copy color: '#AC7090'

red 172 ◦ green 112 ◦ blue 144

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

Shades of Bouquet #AC7090

Tints of Bouquet #AC7090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.17%

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

R = 40.19%
G = 26.17%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC7090 (or 0xAC7090) is known color: Bouquet. HEX triplet: AC, 70 and 90. RGB value is (172,112,144). Sum of RGB (Red+Green+Blue) = 172+112+144=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7090 is #538F6F. Grayscale: #858585. Windows color (decimal): -5476208 or 9466028. OLE color: 9466028.

HSL color Cylindrical-coordinate representation of color #AC7090: hue angle of 328º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC7090 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 112 144 -
CMYK 0 0.35 0.16 0.33
HSL 328º 0.27% 0.56% -
HSV(B) 328º 0.35% 0.67% -
XYZ 27.84 22.37 29.24 -
YUV 133.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 172 112 144 0 0.35 0.16 0.33 328 0.27 0.56
Hex AC 70 90 0 23 10 21 148 1B 38
Octal 254 160 220 0 43 20 41 510 33 70
Binary 10101100 1110000 10010000 0 100011 10000 100001 101001000 11011 111000

Color Harmonies of #AC7090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7090

Black with #AC7090

Text Example


Text Example

White with #AC7090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7090; }

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

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

background-color css

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

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

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

border-color css

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

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

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