Html Css Color HEX #AC7C9C Bouquet

📋 copy color: '#AC7C9C'

red 172 ◦ green 124 ◦ blue 156

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

Shades of Bouquet #AC7C9C

Tints of Bouquet #AC7C9C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.43%

 BLUE value IS 156 (61.33% from 255) = 34.51%

R = 38.05%
G = 27.43%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC7C9C (or 0xAC7C9C) is known color: Bouquet. HEX triplet: AC, 7C and 9C. RGB value is (172,124,156). Sum of RGB (Red+Green+Blue) = 172+124+156=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7C9C is #538363. Grayscale: #8D8D8D. Windows color (decimal): -5473124 or 10255532. OLE color: 10255532.

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

Color convert

RGB 172 124 156 -
CMYK 0 0.28 0.09 0.33
HSL 320º 0.22% 0.58% -
HSV(B) 320º 0.28% 0.67% -
XYZ 30.22 25.59 34.8 -
YUV 142 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 172 124 156 0 0.28 0.09 0.33 320 0.22 0.58
Hex AC 7C 9C 0 1C 9 21 140 16 3A
Octal 254 174 234 0 34 11 41 500 26 72
Binary 10101100 1111100 10011100 0 11100 1001 100001 101000000 10110 111010

Color Harmonies of #AC7C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7C9C

Black with #AC7C9C

Text Example


Text Example

White with #AC7C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7C9C; }

 p { color: rgb(172,124,156); }

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

background-color css

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

 a { background-color: rgb(172,124,156); }

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

border-color css

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

 span { border-color: rgb(172,124,156); }

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