Html Css Color HEX #AC6A95 Bouquet

📋 copy color: '#AC6A95'

red 172 ◦ green 106 ◦ blue 149

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

Shades of Bouquet #AC6A95

Tints of Bouquet #AC6A95

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.82%

 BLUE value IS 149 (58.59% from 255) = 34.89%

R = 40.28%
G = 24.82%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC6A95 (or 0xAC6A95) is known color: Bouquet. HEX triplet: AC, 6A and 95. RGB value is (172,106,149). Sum of RGB (Red+Green+Blue) = 172+106+149=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6A95 is #53956A. Grayscale: #828282. Windows color (decimal): -5477739 or 9792172. OLE color: 9792172.

HSL color Cylindrical-coordinate representation of color #AC6A95: hue angle of 320.91º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC6A95 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 106 149 -
CMYK 0 0.38 0.13 0.33
HSL 320.91º 0.28% 0.55% -
HSV(B) 320.91º 0.38% 0.67% -
XYZ 27.59 21.25 31.08 -
YUV 130.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 172 106 149 0 0.38 0.13 0.33 320.91 0.28 0.55
Hex AC 6A 95 0 26 D 21 141 1C 37
Octal 254 152 225 0 46 15 41 501 34 67
Binary 10101100 1101010 10010101 0 100110 1101 100001 101000001 11100 110111

Color Harmonies of #AC6A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A95

Black with #AC6A95

Text Example


Text Example

White with #AC6A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A95; }

 p { color: rgb(172,106,149); }

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

background-color css

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

 a { background-color: rgb(172,106,149); }

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

border-color css

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

 span { border-color: rgb(172,106,149); }

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