Html Css Color HEX #AC8695 Bouquet

📋 copy color: '#AC8695'

red 172 ◦ green 134 ◦ blue 149

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

Shades of Bouquet #AC8695

Tints of Bouquet #AC8695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.45%

 BLUE value IS 149 (58.59% from 255) = 32.75%

R = 37.8%
G = 29.45%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC8695 (or 0xAC8695) is known color: Bouquet. HEX triplet: AC, 86 and 95. RGB value is (172,134,149). Sum of RGB (Red+Green+Blue) = 172+134+149=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8695 is #53796A. Grayscale: #939393. Windows color (decimal): -5470571 or 9799340. OLE color: 9799340.

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

Color convert

RGB 172 134 149 -
CMYK 0 0.22 0.13 0.33
HSL 336.32º 0.19% 0.6% -
HSV(B) 336.32º 0.22% 0.67% -
XYZ 30.96 27.99 32.2 -
YUV 147.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 172 134 149 0 0.22 0.13 0.33 336.32 0.19 0.6
Hex AC 86 95 0 16 D 21 150 13 3C
Octal 254 206 225 0 26 15 41 520 23 74
Binary 10101100 10000110 10010101 0 10110 1101 100001 101010000 10011 111100

Color Harmonies of #AC8695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8695

Black with #AC8695

Text Example


Text Example

White with #AC8695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8695; }

 p { color: rgb(172,134,149); }

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

background-color css

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

 a { background-color: rgb(172,134,149); }

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

border-color css

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

 span { border-color: rgb(172,134,149); }

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