Html Css Color HEX #AC809F Bouquet

📋 copy color: '#AC809F'

red 172 ◦ green 128 ◦ blue 159

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

Shades of Bouquet #AC809F

Tints of Bouquet #AC809F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.89%

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

R = 37.47%
G = 27.89%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC809F (or 0xAC809F) is known color: Bouquet. HEX triplet: AC, 80 and 9F. RGB value is (172,128,159). Sum of RGB (Red+Green+Blue) = 172+128+159=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC809F is #537F60. Grayscale: #909090. Windows color (decimal): -5472097 or 10453164. OLE color: 10453164.

HSL color Cylindrical-coordinate representation of color #AC809F: hue angle of 317.73º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC809F is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 128 159 -
CMYK 0 0.26 0.08 0.33
HSL 317.73º 0.21% 0.59% -
HSV(B) 317.73º 0.26% 0.67% -
XYZ 30.99 26.71 36.32 -
YUV 144.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 172 128 159 0 0.26 0.08 0.33 317.73 0.21 0.59
Hex AC 80 9F 0 1A 8 21 13E 15 3B
Octal 254 200 237 0 32 10 41 476 25 73
Binary 10101100 10000000 10011111 0 11010 1000 100001 100111110 10101 111011

Color Harmonies of #AC809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC809F

Black with #AC809F

Text Example


Text Example

White with #AC809F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC809F; }

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

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

background-color css

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

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

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

border-color css

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

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

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