Html Css Color HEX #AB8D9F Bouquet

📋 copy color: '#AB8D9F'

red 171 ◦ green 141 ◦ blue 159

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

Shades of Bouquet #AB8D9F

Tints of Bouquet #AB8D9F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.94%

 BLUE value IS 159 (62.5% from 255) = 33.76%

R = 36.31%
G = 29.94%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB8D9F (or 0xAB8D9F) is known color: Bouquet. HEX triplet: AB, 8D and 9F. RGB value is (171,141,159). Sum of RGB (Red+Green+Blue) = 171+141+159=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8D9F is #547260. Grayscale: #979797. Windows color (decimal): -5534305 or 10456491. OLE color: 10456491.

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

Color convert

RGB 171 141 159 -
CMYK 0 0.18 0.07 0.33
HSL 324º 0.15% 0.61% -
HSV(B) 324º 0.18% 0.67% -
XYZ 32.58 30.21 36.92 -
YUV 152.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 171 141 159 0 0.18 0.07 0.33 324 0.15 0.61
Hex AB 8D 9F 0 12 7 21 144 F 3D
Octal 253 215 237 0 22 7 41 504 17 75
Binary 10101011 10001101 10011111 0 10010 111 100001 101000100 1111 111101

Color Harmonies of #AB8D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D9F

Black with #AB8D9F

Text Example


Text Example

White with #AB8D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D9F; }

 p { color: rgb(171,141,159); }

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

background-color css

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

 a { background-color: rgb(171,141,159); }

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

border-color css

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

 span { border-color: rgb(171,141,159); }

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