Html Css Color HEX #AC6992 Bouquet

📋 copy color: '#AC6992'

red 172 ◦ green 105 ◦ blue 146

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

Shades of Bouquet #AC6992

Tints of Bouquet #AC6992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.82%

 BLUE value IS 146 (57.42% from 255) = 34.52%

R = 40.66%
G = 24.82%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC6992 (or 0xAC6992) is known color: Bouquet. HEX triplet: AC, 69 and 92. RGB value is (172,105,146). Sum of RGB (Red+Green+Blue) = 172+105+146=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6992 is #53966D. Grayscale: #818181. Windows color (decimal): -5477998 or 9595308. OLE color: 9595308.

HSL color Cylindrical-coordinate representation of color #AC6992: hue angle of 323.28º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC6992 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 105 146 -
CMYK 0 0.39 0.15 0.33
HSL 323.28º 0.29% 0.54% -
HSV(B) 323.28º 0.39% 0.67% -
XYZ 27.25 20.95 29.8 -
YUV 129.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 172 105 146 0 0.39 0.15 0.33 323.28 0.29 0.54
Hex AC 69 92 0 27 F 21 143 1D 36
Octal 254 151 222 0 47 17 41 503 35 66
Binary 10101100 1101001 10010010 0 100111 1111 100001 101000011 11101 110110

Color Harmonies of #AC6992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6992

Black with #AC6992

Text Example


Text Example

White with #AC6992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6992; }

 p { color: rgb(172,105,146); }

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

background-color css

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

 a { background-color: rgb(172,105,146); }

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

border-color css

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

 span { border-color: rgb(172,105,146); }

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