Html Css Color HEX #AC8799 Bouquet

📋 copy color: '#AC8799'

red 172 ◦ green 135 ◦ blue 153

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

Shades of Bouquet #AC8799

Tints of Bouquet #AC8799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.35%

 BLUE value IS 153 (60.16% from 255) = 33.26%

R = 37.39%
G = 29.35%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC8799 (or 0xAC8799) is known color: Bouquet. HEX triplet: AC, 87 and 99. RGB value is (172,135,153). Sum of RGB (Red+Green+Blue) = 172+135+153=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8799 is #537866. Grayscale: #949494. Windows color (decimal): -5470311 or 10061740. OLE color: 10061740.

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

Color convert

RGB 172 135 153 -
CMYK 0 0.22 0.11 0.33
HSL 330.81º 0.18% 0.6% -
HSV(B) 330.81º 0.22% 0.67% -
XYZ 31.43 28.4 33.96 -
YUV 148.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 172 135 153 0 0.22 0.11 0.33 330.81 0.18 0.6
Hex AC 87 99 0 16 B 21 14B 12 3C
Octal 254 207 231 0 26 13 41 513 22 74
Binary 10101100 10000111 10011001 0 10110 1011 100001 101001011 10010 111100

Color Harmonies of #AC8799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8799

Black with #AC8799

Text Example


Text Example

White with #AC8799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8799; }

 p { color: rgb(172,135,153); }

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

background-color css

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

 a { background-color: rgb(172,135,153); }

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

border-color css

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

 span { border-color: rgb(172,135,153); }

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