Html Css Color HEX #AB8893 Bouquet

📋 copy color: '#AB8893'

red 171 ◦ green 136 ◦ blue 147

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

Shades of Bouquet #AB8893

Tints of Bouquet #AB8893

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.96%

 BLUE value IS 147 (57.81% from 255) = 32.38%

R = 37.67%
G = 29.96%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AB8893 (or 0xAB8893) is known color: Bouquet. HEX triplet: AB, 88 and 93. RGB value is (171,136,147). Sum of RGB (Red+Green+Blue) = 171+136+147=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8893 is #54776C. Grayscale: #939393. Windows color (decimal): -5535597 or 9668779. OLE color: 9668779.

HSL color Cylindrical-coordinate representation of color #AB8893: hue angle of 341.14º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB8893 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 136 147 -
CMYK 0 0.20 0.14 0.33
HSL 341.14º 0.17% 0.6% -
HSV(B) 341.14º 0.2% 0.67% -
XYZ 30.87 28.37 31.45 -
YUV 147.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 171 136 147 0 0.20 0.14 0.33 341.14 0.17 0.6
Hex AB 88 93 0 14 E 21 155 11 3C
Octal 253 210 223 0 24 16 41 525 21 74
Binary 10101011 10001000 10010011 0 10100 1110 100001 101010101 10001 111100

Color Harmonies of #AB8893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8893

Black with #AB8893

Text Example


Text Example

White with #AB8893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8893; }

 p { color: rgb(171,136,147); }

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

background-color css

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

 a { background-color: rgb(171,136,147); }

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

border-color css

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

 span { border-color: rgb(171,136,147); }

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