Html Css Color HEX #AB8998 Bouquet

📋 copy color: '#AB8998'

red 171 ◦ green 137 ◦ blue 152

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

Shades of Bouquet #AB8998

Tints of Bouquet #AB8998

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.78%

 BLUE value IS 152 (59.77% from 255) = 33.04%

R = 37.17%
G = 29.78%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB8998 (or 0xAB8998) is known color: Bouquet. HEX triplet: AB, 89 and 98. RGB value is (171,137,152). Sum of RGB (Red+Green+Blue) = 171+137+152=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8998 is #547667. Grayscale: #949494. Windows color (decimal): -5535336 or 9996715. OLE color: 9996715.

HSL color Cylindrical-coordinate representation of color #AB8998: hue angle of 333.53º 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 #AB8998 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 137 152 -
CMYK 0 0.20 0.11 0.33
HSL 333.53º 0.17% 0.6% -
HSV(B) 333.53º 0.2% 0.67% -
XYZ 31.41 28.82 33.61 -
YUV 148.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 171 137 152 0 0.20 0.11 0.33 333.53 0.17 0.6
Hex AB 89 98 0 14 B 21 14E 11 3C
Octal 253 211 230 0 24 13 41 516 21 74
Binary 10101011 10001001 10011000 0 10100 1011 100001 101001110 10001 111100

Color Harmonies of #AB8998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8998

Black with #AB8998

Text Example


Text Example

White with #AB8998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8998; }

 p { color: rgb(171,137,152); }

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

background-color css

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

 a { background-color: rgb(171,137,152); }

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

border-color css

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

 span { border-color: rgb(171,137,152); }

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