Html Css Color HEX #AB8191 Bouquet

📋 copy color: '#AB8191'

red 171 ◦ green 129 ◦ blue 145

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

Shades of Bouquet #AB8191

Tints of Bouquet #AB8191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.99%

 BLUE value IS 145 (57.03% from 255) = 32.58%

R = 38.43%
G = 28.99%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB8191 (or 0xAB8191) is known color: Bouquet. HEX triplet: AB, 81 and 91. RGB value is (171,129,145). Sum of RGB (Red+Green+Blue) = 171+129+145=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8191 is #547E6E. Grayscale: #8F8F8F. Windows color (decimal): -5537391 or 9535915. OLE color: 9535915.

HSL color Cylindrical-coordinate representation of color #AB8191: hue angle of 337.14º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB8191 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 129 145 -
CMYK 0 0.25 0.15 0.33
HSL 337.14º 0.2% 0.59% -
HSV(B) 337.14º 0.25% 0.67% -
XYZ 29.76 26.4 30.32 -
YUV 143.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 171 129 145 0 0.25 0.15 0.33 337.14 0.2 0.59
Hex AB 81 91 0 19 F 21 151 14 3B
Octal 253 201 221 0 31 17 41 521 24 73
Binary 10101011 10000001 10010001 0 11001 1111 100001 101010001 10100 111011

Color Harmonies of #AB8191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8191

Black with #AB8191

Text Example


Text Example

White with #AB8191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8191; }

 p { color: rgb(171,129,145); }

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

background-color css

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

 a { background-color: rgb(171,129,145); }

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

border-color css

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

 span { border-color: rgb(171,129,145); }

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