Html Css Color HEX #AC8596 Bouquet

📋 copy color: '#AC8596'

red 172 ◦ green 133 ◦ blue 150

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

Shades of Bouquet #AC8596

Tints of Bouquet #AC8596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.23%

 BLUE value IS 150 (58.98% from 255) = 32.97%

R = 37.8%
G = 29.23%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC8596 (or 0xAC8596) is known color: Bouquet. HEX triplet: AC, 85 and 96. RGB value is (172,133,150). Sum of RGB (Red+Green+Blue) = 172+133+150=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8596 is #537A69. Grayscale: #929292. Windows color (decimal): -5470826 or 9864620. OLE color: 9864620.

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

Color convert

RGB 172 133 150 -
CMYK 0 0.23 0.13 0.33
HSL 333.85º 0.19% 0.6% -
HSV(B) 333.85º 0.23% 0.67% -
XYZ 30.91 27.75 32.58 -
YUV 146.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 172 133 150 0 0.23 0.13 0.33 333.85 0.19 0.6
Hex AC 85 96 0 17 D 21 14E 13 3C
Octal 254 205 226 0 27 15 41 516 23 74
Binary 10101100 10000101 10010110 0 10111 1101 100001 101001110 10011 111100

Color Harmonies of #AC8596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8596

Black with #AC8596

Text Example


Text Example

White with #AC8596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8596; }

 p { color: rgb(172,133,150); }

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

background-color css

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

 a { background-color: rgb(172,133,150); }

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

border-color css

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

 span { border-color: rgb(172,133,150); }

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