Html Css Color HEX #AC759B Bouquet

📋 copy color: '#AC759B'

red 172 ◦ green 117 ◦ blue 155

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

Shades of Bouquet #AC759B

Tints of Bouquet #AC759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.35%

 BLUE value IS 155 (60.94% from 255) = 34.91%

R = 38.74%
G = 26.35%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC759B (or 0xAC759B) is known color: Bouquet. HEX triplet: AC, 75 and 9B. RGB value is (172,117,155). Sum of RGB (Red+Green+Blue) = 172+117+155=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC759B is #538A64. Grayscale: #898989. Windows color (decimal): -5474917 or 10188204. OLE color: 10188204.

HSL color Cylindrical-coordinate representation of color #AC759B: hue angle of 318.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC759B is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 117 155 -
CMYK 0 0.32 0.10 0.33
HSL 318.55º 0.25% 0.57% -
HSV(B) 318.55º 0.32% 0.67% -
XYZ 29.29 23.86 34.07 -
YUV 137.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 172 117 155 0 0.32 0.10 0.33 318.55 0.25 0.57
Hex AC 75 9B 0 20 A 21 13F 19 39
Octal 254 165 233 0 40 12 41 477 31 71
Binary 10101100 1110101 10011011 0 100000 1010 100001 100111111 11001 111001

Color Harmonies of #AC759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC759B

Black with #AC759B

Text Example


Text Example

White with #AC759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC759B; }

 p { color: rgb(172,117,155); }

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

background-color css

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

 a { background-color: rgb(172,117,155); }

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

border-color css

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

 span { border-color: rgb(172,117,155); }

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