Html Css Color HEX #AC8CA1 Bouquet

📋 copy color: '#AC8CA1'

red 172 ◦ green 140 ◦ blue 161

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

Shades of Bouquet #AC8CA1

Tints of Bouquet #AC8CA1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.6%

 BLUE value IS 161 (63.28% from 255) = 34.04%

R = 36.36%
G = 29.6%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC8CA1 (or 0xAC8CA1) is known color: Bouquet. HEX triplet: AC, 8C and A1. RGB value is (172,140,161). Sum of RGB (Red+Green+Blue) = 172+140+161=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8CA1 is #53735E. Grayscale: #979797. Windows color (decimal): -5469023 or 10587308. OLE color: 10587308.

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

Color convert

RGB 172 140 161 -
CMYK 0 0.19 0.06 0.33
HSL 320.63º 0.16% 0.61% -
HSV(B) 320.63º 0.19% 0.67% -
XYZ 32.82 30.1 37.8 -
YUV 151.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 172 140 161 0 0.19 0.06 0.33 320.63 0.16 0.61
Hex AC 8C A1 0 13 6 21 141 10 3D
Octal 254 214 241 0 23 6 41 501 20 75
Binary 10101100 10001100 10100001 0 10011 110 100001 101000001 10000 111101

Color Harmonies of #AC8CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8CA1

Black with #AC8CA1

Text Example


Text Example

White with #AC8CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8CA1; }

 p { color: rgb(172,140,161); }

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

background-color css

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

 a { background-color: rgb(172,140,161); }

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

border-color css

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

 span { border-color: rgb(172,140,161); }

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