Html Css Color HEX #AC8293 Bouquet

📋 copy color: '#AC8293'

red 172 ◦ green 130 ◦ blue 147

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

Shades of Bouquet #AC8293

Tints of Bouquet #AC8293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.74%

R = 38.31%
G = 28.95%
B = 32.74%

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

#AC8293 (or 0xAC8293) is known color: Bouquet. HEX triplet: AC, 82 and 93. RGB value is (172,130,147). Sum of RGB (Red+Green+Blue) = 172+130+147=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8293 is #537D6C. Grayscale: #909090. Windows color (decimal): -5471597 or 9667244. OLE color: 9667244.

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

Color convert

RGB 172 130 147 -
CMYK 0 0.24 0.15 0.33
HSL 335.71º 0.2% 0.59% -
HSV(B) 335.71º 0.24% 0.67% -
XYZ 30.26 26.84 31.19 -
YUV 144.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 172 130 147 0 0.24 0.15 0.33 335.71 0.2 0.59
Hex AC 82 93 0 18 F 21 150 14 3B
Octal 254 202 223 0 30 17 41 520 24 73
Binary 10101100 10000010 10010011 0 11000 1111 100001 101010000 10100 111011

Color Harmonies of #AC8293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8293

Black with #AC8293

Text Example


Text Example

White with #AC8293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8293; }

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

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

background-color css

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

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

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

border-color css

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

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

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