Html Css Color HEX #AC8497 Bouquet

📋 copy color: '#AC8497'

red 172 ◦ green 132 ◦ blue 151

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

Shades of Bouquet #AC8497

Tints of Bouquet #AC8497

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.01%

 BLUE value IS 151 (59.38% from 255) = 33.19%

R = 37.8%
G = 29.01%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC8497 (or 0xAC8497) is known color: Bouquet. HEX triplet: AC, 84 and 97. RGB value is (172,132,151). Sum of RGB (Red+Green+Blue) = 172+132+151=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8497 is #537B68. Grayscale: #929292. Windows color (decimal): -5471081 or 9929900. OLE color: 9929900.

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

Color convert

RGB 172 132 151 -
CMYK 0 0.23 0.12 0.33
HSL 331.5º 0.19% 0.6% -
HSV(B) 331.5º 0.23% 0.67% -
XYZ 30.85 27.51 32.96 -
YUV 146.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 172 132 151 0 0.23 0.12 0.33 331.5 0.19 0.6
Hex AC 84 97 0 17 C 21 14C 13 3C
Octal 254 204 227 0 27 14 41 514 23 74
Binary 10101100 10000100 10010111 0 10111 1100 100001 101001100 10011 111100

Color Harmonies of #AC8497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8497

Black with #AC8497

Text Example


Text Example

White with #AC8497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8497; }

 p { color: rgb(172,132,151); }

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

background-color css

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

 a { background-color: rgb(172,132,151); }

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

border-color css

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

 span { border-color: rgb(172,132,151); }

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