Html Css Color HEX #AC8AA0 Bouquet

📋 copy color: '#AC8AA0'

red 172 ◦ green 138 ◦ blue 160

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

Shades of Bouquet #AC8AA0

Tints of Bouquet #AC8AA0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.36%

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

R = 36.6%
G = 29.36%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC8AA0 (or 0xAC8AA0) is known color: Bouquet. HEX triplet: AC, 8A and A0. RGB value is (172,138,160). Sum of RGB (Red+Green+Blue) = 172+138+160=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8AA0 is #53755F. Grayscale: #969696. Windows color (decimal): -5469536 or 10521260. OLE color: 10521260.

HSL color Cylindrical-coordinate representation of color #AC8AA0: hue angle of 321.18º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC8AA0 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 138 160 -
CMYK 0 0.20 0.07 0.33
HSL 321.18º 0.17% 0.61% -
HSV(B) 321.18º 0.2% 0.67% -
XYZ 32.45 29.49 37.24 -
YUV 150.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 172 138 160 0 0.20 0.07 0.33 321.18 0.17 0.61
Hex AC 8A A0 0 14 7 21 141 11 3D
Octal 254 212 240 0 24 7 41 501 21 75
Binary 10101100 10001010 10100000 0 10100 111 100001 101000001 10001 111101

Color Harmonies of #AC8AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8AA0

Black with #AC8AA0

Text Example


Text Example

White with #AC8AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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