Html Css Color HEX #AC8295 Bouquet

📋 copy color: '#AC8295'

red 172 ◦ green 130 ◦ blue 149

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

Shades of Bouquet #AC8295

Tints of Bouquet #AC8295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.82%

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

R = 38.14%
G = 28.82%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC8295 (or 0xAC8295) is known color: Bouquet. HEX triplet: AC, 82 and 95. RGB value is (172,130,149). Sum of RGB (Red+Green+Blue) = 172+130+149=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8295 is #537D6A. Grayscale: #909090. Windows color (decimal): -5471595 or 9798316. OLE color: 9798316.

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

Color convert

RGB 172 130 149 -
CMYK 0 0.24 0.13 0.33
HSL 332.86º 0.2% 0.59% -
HSV(B) 332.86º 0.24% 0.67% -
XYZ 30.42 26.91 32.02 -
YUV 144.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 172 130 149 0 0.24 0.13 0.33 332.86 0.2 0.59
Hex AC 82 95 0 18 D 21 14D 14 3B
Octal 254 202 225 0 30 15 41 515 24 73
Binary 10101100 10000010 10010101 0 11000 1101 100001 101001101 10100 111011

Color Harmonies of #AC8295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8295

Black with #AC8295

Text Example


Text Example

White with #AC8295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8295; }

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

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

background-color css

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

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

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

border-color css

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

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

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