Html Css Color HEX #AC8399 Bouquet

📋 copy color: '#AC8399'

red 172 ◦ green 131 ◦ blue 153

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

Shades of Bouquet #AC8399

Tints of Bouquet #AC8399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.73%

 BLUE value IS 153 (60.16% from 255) = 33.55%

R = 37.72%
G = 28.73%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC8399 (or 0xAC8399) is known color: Bouquet. HEX triplet: AC, 83 and 99. RGB value is (172,131,153). Sum of RGB (Red+Green+Blue) = 172+131+153=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8399 is #537C66. Grayscale: #919191. Windows color (decimal): -5471335 or 10060716. OLE color: 10060716.

HSL color Cylindrical-coordinate representation of color #AC8399: hue angle of 327.8º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC8399 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 153 -
CMYK 0 0.24 0.11 0.33
HSL 327.8º 0.2% 0.59% -
HSV(B) 327.8º 0.24% 0.67% -
XYZ 30.88 27.3 33.78 -
YUV 145.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 172 131 153 0 0.24 0.11 0.33 327.8 0.2 0.59
Hex AC 83 99 0 18 B 21 148 14 3B
Octal 254 203 231 0 30 13 41 510 24 73
Binary 10101100 10000011 10011001 0 11000 1011 100001 101001000 10100 111011

Color Harmonies of #AC8399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8399

Black with #AC8399

Text Example


Text Example

White with #AC8399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8399; }

 p { color: rgb(172,131,153); }

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

background-color css

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

 a { background-color: rgb(172,131,153); }

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

border-color css

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

 span { border-color: rgb(172,131,153); }

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