Html Css Color HEX #AB8697 Bouquet

📋 copy color: '#AB8697'

red 171 ◦ green 134 ◦ blue 151

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

Shades of Bouquet #AB8697

Tints of Bouquet #AB8697

RGB

 RED value IS 171 (67.19% from 255) = 37.5%

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

 BLUE value IS 151 (59.38% from 255) = 33.11%

R = 37.5%
G = 29.39%
B = 33.11%

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

#AB8697 (or 0xAB8697) is known color: Bouquet. HEX triplet: AB, 86 and 97. RGB value is (171,134,151). Sum of RGB (Red+Green+Blue) = 171+134+151=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8697 is #547968. Grayscale: #929292. Windows color (decimal): -5536105 or 9930411. OLE color: 9930411.

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

Color convert

RGB 171 134 151 -
CMYK 0 0.22 0.12 0.33
HSL 332.43º 0.18% 0.6% -
HSV(B) 332.43º 0.22% 0.67% -
XYZ 30.91 27.94 33.04 -
YUV 147 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 171 134 151 0 0.22 0.12 0.33 332.43 0.18 0.6
Hex AB 86 97 0 16 C 21 14C 12 3C
Octal 253 206 227 0 26 14 41 514 22 74
Binary 10101011 10000110 10010111 0 10110 1100 100001 101001100 10010 111100

Color Harmonies of #AB8697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8697

Black with #AB8697

Text Example


Text Example

White with #AB8697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8697; }

 p { color: rgb(171,134,151); }

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

background-color css

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

 a { background-color: rgb(171,134,151); }

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

border-color css

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

 span { border-color: rgb(171,134,151); }

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