Html Css Color HEX #AC8396 Bouquet

📋 copy color: '#AC8396'

red 172 ◦ green 131 ◦ blue 150

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

Shades of Bouquet #AC8396

Tints of Bouquet #AC8396

RGB

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

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

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

R = 37.97%
G = 28.92%
B = 33.11%

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

#AC8396 (or 0xAC8396) is known color: Bouquet. HEX triplet: AC, 83 and 96. RGB value is (172,131,150). Sum of RGB (Red+Green+Blue) = 172+131+150=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8396 is #537C69. Grayscale: #919191. Windows color (decimal): -5471338 or 9864108. OLE color: 9864108.

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

Color convert

RGB 172 131 150 -
CMYK 0 0.24 0.13 0.33
HSL 332.2º 0.2% 0.59% -
HSV(B) 332.2º 0.24% 0.67% -
XYZ 30.63 27.21 32.49 -
YUV 145.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 172 131 150 0 0.24 0.13 0.33 332.2 0.2 0.59
Hex AC 83 96 0 18 D 21 14C 14 3B
Octal 254 203 226 0 30 15 41 514 24 73
Binary 10101100 10000011 10010110 0 11000 1101 100001 101001100 10100 111011

Color Harmonies of #AC8396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8396

Black with #AC8396

Text Example


Text Example

White with #AC8396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8396; }

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

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

background-color css

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

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

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

border-color css

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

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

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