Html Css Color HEX #AC749B Bouquet

📋 copy color: '#AC749B'

red 172 ◦ green 116 ◦ blue 155

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

Shades of Bouquet #AC749B

Tints of Bouquet #AC749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.19%

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

R = 38.83%
G = 26.19%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC749B (or 0xAC749B) is known color: Bouquet. HEX triplet: AC, 74 and 9B. RGB value is (172,116,155). Sum of RGB (Red+Green+Blue) = 172+116+155=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC749B is #538B64. Grayscale: #898989. Windows color (decimal): -5475173 or 10187948. OLE color: 10187948.

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

Color convert

RGB 172 116 155 -
CMYK 0 0.33 0.10 0.33
HSL 318.21º 0.25% 0.56% -
HSV(B) 318.21º 0.33% 0.67% -
XYZ 29.18 23.63 34.03 -
YUV 137.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 172 116 155 0 0.33 0.10 0.33 318.21 0.25 0.56
Hex AC 74 9B 0 21 A 21 13E 19 38
Octal 254 164 233 0 41 12 41 476 31 70
Binary 10101100 1110100 10011011 0 100001 1010 100001 100111110 11001 111000

Color Harmonies of #AC749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC749B

Black with #AC749B

Text Example


Text Example

White with #AC749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC749B; }

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

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

background-color css

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

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

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

border-color css

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

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

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