Html Css Color HEX #AC8794 Bouquet

📋 copy color: '#AC8794'

red 172 ◦ green 135 ◦ blue 148

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

Shades of Bouquet #AC8794

Tints of Bouquet #AC8794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.53%

R = 37.8%
G = 29.67%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC8794 (or 0xAC8794) is known color: Bouquet. HEX triplet: AC, 87 and 94. RGB value is (172,135,148). Sum of RGB (Red+Green+Blue) = 172+135+148=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8794 is #53786B. Grayscale: #939393. Windows color (decimal): -5470316 or 9734060. OLE color: 9734060.

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

Color convert

RGB 172 135 148 -
CMYK 0 0.22 0.14 0.33
HSL 338.92º 0.18% 0.6% -
HSV(B) 338.92º 0.22% 0.67% -
XYZ 31.02 28.24 31.83 -
YUV 147.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 172 135 148 0 0.22 0.14 0.33 338.92 0.18 0.6
Hex AC 87 94 0 16 E 21 153 12 3C
Octal 254 207 224 0 26 16 41 523 22 74
Binary 10101100 10000111 10010100 0 10110 1110 100001 101010011 10010 111100

Color Harmonies of #AC8794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8794

Black with #AC8794

Text Example


Text Example

White with #AC8794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8794; }

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

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

background-color css

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

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

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

border-color css

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

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

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