Html Css Color HEX #AC90A0 Bouquet

📋 copy color: '#AC90A0'

red 172 ◦ green 144 ◦ blue 160

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

Shades of Bouquet #AC90A0

Tints of Bouquet #AC90A0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.25%

 BLUE value IS 160 (62.89% from 255) = 33.61%

R = 36.13%
G = 30.25%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC90A0 (or 0xAC90A0) is known color: Bouquet. HEX triplet: AC, 90 and A0. RGB value is (172,144,160). Sum of RGB (Red+Green+Blue) = 172+144+160=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC90A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC90A0 is #536F5F. Grayscale: #9A9A9A. Windows color (decimal): -5468000 or 10522796. OLE color: 10522796.

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

Color convert

RGB 172 144 160 -
CMYK 0 0.16 0.07 0.33
HSL 325.71º 0.14% 0.62% -
HSV(B) 325.71º 0.16% 0.67% -
XYZ 33.33 31.26 37.53 -
YUV 154.2 131.28 140.7 -
System Red Green Blue C M Y K H S L
Decimal 172 144 160 0 0.16 0.07 0.33 325.71 0.14 0.62
Hex AC 90 A0 0 10 7 21 146 E 3E
Octal 254 220 240 0 20 7 41 506 16 76
Binary 10101100 10010000 10100000 0 10000 111 100001 101000110 1110 111110

Color Harmonies of #AC90A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90A0

Black with #AC90A0

Text Example


Text Example

White with #AC90A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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