Html Css Color HEX #AC699B Bouquet

📋 copy color: '#AC699B'

red 172 ◦ green 105 ◦ blue 155

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

Shades of Bouquet #AC699B

Tints of Bouquet #AC699B

RGB

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

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

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

R = 39.81%
G = 24.31%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC699B (or 0xAC699B) is known color: Bouquet. HEX triplet: AC, 69 and 9B. RGB value is (172,105,155). Sum of RGB (Red+Green+Blue) = 172+105+155=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC699B is #539664. Grayscale: #828282. Windows color (decimal): -5477989 or 10185132. OLE color: 10185132.

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

Color convert

RGB 172 105 155 -
CMYK 0 0.39 0.10 0.33
HSL 315.22º 0.29% 0.54% -
HSV(B) 315.22º 0.39% 0.67% -
XYZ 27.98 21.24 33.64 -
YUV 130.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 172 105 155 0 0.39 0.10 0.33 315.22 0.29 0.54
Hex AC 69 9B 0 27 A 21 13B 1D 36
Octal 254 151 233 0 47 12 41 473 35 66
Binary 10101100 1101001 10011011 0 100111 1010 100001 100111011 11101 110110

Color Harmonies of #AC699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC699B

Black with #AC699B

Text Example


Text Example

White with #AC699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC699B; }

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

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

background-color css

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

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

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

border-color css

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

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

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