Html Css Color HEX #AC8798 Bouquet

📋 copy color: '#AC8798'

red 172 ◦ green 135 ◦ blue 152

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

Shades of Bouquet #AC8798

Tints of Bouquet #AC8798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.12%

R = 37.47%
G = 29.41%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC8798 (or 0xAC8798) is known color: Bouquet. HEX triplet: AC, 87 and 98. RGB value is (172,135,152). Sum of RGB (Red+Green+Blue) = 172+135+152=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8798 is #537867. Grayscale: #939393. Windows color (decimal): -5470312 or 9996204. OLE color: 9996204.

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

Color convert

RGB 172 135 152 -
CMYK 0 0.22 0.12 0.33
HSL 332.43º 0.18% 0.6% -
HSV(B) 332.43º 0.22% 0.67% -
XYZ 31.34 28.37 33.53 -
YUV 148 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 172 135 152 0 0.22 0.12 0.33 332.43 0.18 0.6
Hex AC 87 98 0 16 C 21 14C 12 3C
Octal 254 207 230 0 26 14 41 514 22 74
Binary 10101100 10000111 10011000 0 10110 1100 100001 101001100 10010 111100

Color Harmonies of #AC8798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8798

Black with #AC8798

Text Example


Text Example

White with #AC8798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8798; }

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

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

background-color css

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

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

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

border-color css

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

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

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