Html Css Color HEX #AC839F Bouquet

📋 copy color: '#AC839F'

red 172 ◦ green 131 ◦ blue 159

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

Shades of Bouquet #AC839F

Tints of Bouquet #AC839F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.42%

R = 37.23%
G = 28.35%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC839F (or 0xAC839F) is known color: Bouquet. HEX triplet: AC, 83 and 9F. RGB value is (172,131,159). Sum of RGB (Red+Green+Blue) = 172+131+159=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC839F is #537C60. Grayscale: #929292. Windows color (decimal): -5471329 or 10453932. OLE color: 10453932.

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

Color convert

RGB 172 131 159 -
CMYK 0 0.24 0.08 0.33
HSL 319.02º 0.2% 0.59% -
HSV(B) 319.02º 0.24% 0.67% -
XYZ 31.39 27.51 36.46 -
YUV 146.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 172 131 159 0 0.24 0.08 0.33 319.02 0.2 0.59
Hex AC 83 9F 0 18 8 21 13F 14 3B
Octal 254 203 237 0 30 10 41 477 24 73
Binary 10101100 10000011 10011111 0 11000 1000 100001 100111111 10100 111011

Color Harmonies of #AC839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC839F

Black with #AC839F

Text Example


Text Example

White with #AC839F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC839F; }

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

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

background-color css

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

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

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

border-color css

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

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

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