Html Css Color HEX #AC8595 Bouquet

📋 copy color: '#AC8595'

red 172 ◦ green 133 ◦ blue 149

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

Shades of Bouquet #AC8595

Tints of Bouquet #AC8595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.82%

R = 37.89%
G = 29.3%
B = 32.82%

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

#AC8595 (or 0xAC8595) is known color: Bouquet. HEX triplet: AC, 85 and 95. RGB value is (172,133,149). Sum of RGB (Red+Green+Blue) = 172+133+149=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8595 is #537A6A. Grayscale: #929292. Windows color (decimal): -5470827 or 9799084. OLE color: 9799084.

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

Color convert

RGB 172 133 149 -
CMYK 0 0.23 0.13 0.33
HSL 335.38º 0.19% 0.6% -
HSV(B) 335.38º 0.23% 0.67% -
XYZ 30.83 27.72 32.16 -
YUV 146.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 172 133 149 0 0.23 0.13 0.33 335.38 0.19 0.6
Hex AC 85 95 0 17 D 21 14F 13 3C
Octal 254 205 225 0 27 15 41 517 23 74
Binary 10101100 10000101 10010101 0 10111 1101 100001 101001111 10011 111100

Color Harmonies of #AC8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8595

Black with #AC8595

Text Example


Text Example

White with #AC8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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