Html Css Color HEX #AC829F Bouquet

📋 copy color: '#AC829F'

red 172 ◦ green 130 ◦ blue 159

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

Shades of Bouquet #AC829F

Tints of Bouquet #AC829F

RGB

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

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

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

R = 37.31%
G = 28.2%
B = 34.49%

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

#AC829F (or 0xAC829F) is known color: Bouquet. HEX triplet: AC, 82 and 9F. RGB value is (172,130,159). Sum of RGB (Red+Green+Blue) = 172+130+159=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC829F is #537D60. Grayscale: #919191. Windows color (decimal): -5471585 or 10453676. OLE color: 10453676.

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

Color convert

RGB 172 130 159 -
CMYK 0 0.24 0.08 0.33
HSL 318.57º 0.2% 0.59% -
HSV(B) 318.57º 0.24% 0.67% -
XYZ 31.25 27.24 36.41 -
YUV 145.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 172 130 159 0 0.24 0.08 0.33 318.57 0.2 0.59
Hex AC 82 9F 0 18 8 21 13F 14 3B
Octal 254 202 237 0 30 10 41 477 24 73
Binary 10101100 10000010 10011111 0 11000 1000 100001 100111111 10100 111011

Color Harmonies of #AC829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC829F

Black with #AC829F

Text Example


Text Example

White with #AC829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC829F; }

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

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

background-color css

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

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

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

border-color css

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

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

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