Html Css Color HEX #AC8498 Bouquet

📋 copy color: '#AC8498'

red 172 ◦ green 132 ◦ blue 152

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

Shades of Bouquet #AC8498

Tints of Bouquet #AC8498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.33%

R = 37.72%
G = 28.95%
B = 33.33%

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

#AC8498 (or 0xAC8498) is known color: Bouquet. HEX triplet: AC, 84 and 98. RGB value is (172,132,152). Sum of RGB (Red+Green+Blue) = 172+132+152=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8498 is #537B67. Grayscale: #929292. Windows color (decimal): -5471080 or 9995436. OLE color: 9995436.

HSL color Cylindrical-coordinate representation of color #AC8498: hue angle of 330º 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 #AC8498 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 132 152 -
CMYK 0 0.23 0.12 0.33
HSL 330º 0.19% 0.6% -
HSV(B) 330º 0.23% 0.67% -
XYZ 30.93 27.54 33.39 -
YUV 146.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 172 132 152 0 0.23 0.12 0.33 330 0.19 0.6
Hex AC 84 98 0 17 C 21 14A 13 3C
Octal 254 204 230 0 27 14 41 512 23 74
Binary 10101100 10000100 10011000 0 10111 1100 100001 101001010 10011 111100

Color Harmonies of #AC8498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8498

Black with #AC8498

Text Example


Text Example

White with #AC8498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8498; }

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

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

background-color css

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

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

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

border-color css

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

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

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