Html Css Color HEX #AC8392 Bouquet

📋 copy color: '#AC8392'

red 172 ◦ green 131 ◦ blue 146

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

Shades of Bouquet #AC8392

Tints of Bouquet #AC8392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.52%

R = 38.31%
G = 29.18%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC8392 (or 0xAC8392) is known color: Bouquet. HEX triplet: AC, 83 and 92. RGB value is (172,131,146). Sum of RGB (Red+Green+Blue) = 172+131+146=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8392 is #537C6D. Grayscale: #909090. Windows color (decimal): -5471342 or 9601964. OLE color: 9601964.

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

Color convert

RGB 172 131 146 -
CMYK 0 0.24 0.15 0.33
HSL 338.05º 0.2% 0.59% -
HSV(B) 338.05º 0.24% 0.67% -
XYZ 30.32 27.08 30.82 -
YUV 144.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 172 131 146 0 0.24 0.15 0.33 338.05 0.2 0.59
Hex AC 83 92 0 18 F 21 152 14 3B
Octal 254 203 222 0 30 17 41 522 24 73
Binary 10101100 10000011 10010010 0 11000 1111 100001 101010010 10100 111011

Color Harmonies of #AC8392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8392

Black with #AC8392

Text Example


Text Example

White with #AC8392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8392; }

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

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

background-color css

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

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

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

border-color css

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

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

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