Html Css Color HEX #AC6A96 Bouquet

📋 copy color: '#AC6A96'

red 172 ◦ green 106 ◦ blue 150

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

Shades of Bouquet #AC6A96

Tints of Bouquet #AC6A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.05%

R = 40.19%
G = 24.77%
B = 35.05%

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

#AC6A96 (or 0xAC6A96) is known color: Bouquet. HEX triplet: AC, 6A and 96. RGB value is (172,106,150). Sum of RGB (Red+Green+Blue) = 172+106+150=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6A96 is #539569. Grayscale: #828282. Windows color (decimal): -5477738 or 9857708. OLE color: 9857708.

HSL color Cylindrical-coordinate representation of color #AC6A96: hue angle of 320º 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 #AC6A96 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 106 150 -
CMYK 0 0.38 0.13 0.33
HSL 320º 0.28% 0.55% -
HSV(B) 320º 0.38% 0.67% -
XYZ 27.67 21.28 31.5 -
YUV 130.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 172 106 150 0 0.38 0.13 0.33 320 0.28 0.55
Hex AC 6A 96 0 26 D 21 140 1C 37
Octal 254 152 226 0 46 15 41 500 34 67
Binary 10101100 1101010 10010110 0 100110 1101 100001 101000000 11100 110111

Color Harmonies of #AC6A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A96

Black with #AC6A96

Text Example


Text Example

White with #AC6A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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