Html Css Color HEX #AC739B Bouquet

📋 copy color: '#AC739B'

red 172 ◦ green 115 ◦ blue 155

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

Shades of Bouquet #AC739B

Tints of Bouquet #AC739B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.02%

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

R = 38.91%
G = 26.02%
B = 35.07%

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

#AC739B (or 0xAC739B) is known color: Bouquet. HEX triplet: AC, 73 and 9B. RGB value is (172,115,155). Sum of RGB (Red+Green+Blue) = 172+115+155=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC739B is #538C64. Grayscale: #888888. Windows color (decimal): -5475429 or 10187692. OLE color: 10187692.

HSL color Cylindrical-coordinate representation of color #AC739B: hue angle of 317.89º degrees, saturation: 0.26, 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 #AC739B is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 115 155 -
CMYK 0 0.33 0.10 0.33
HSL 317.89º 0.26% 0.56% -
HSV(B) 317.89º 0.33% 0.67% -
XYZ 29.06 23.4 34 -
YUV 136.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 172 115 155 0 0.33 0.10 0.33 317.89 0.26 0.56
Hex AC 73 9B 0 21 A 21 13E 1A 38
Octal 254 163 233 0 41 12 41 476 32 70
Binary 10101100 1110011 10011011 0 100001 1010 100001 100111110 11010 111000

Color Harmonies of #AC739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC739B

Black with #AC739B

Text Example


Text Example

White with #AC739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC739B; }

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

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

background-color css

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

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

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

border-color css

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

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

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