Html Css Color HEX #AB8995 Bouquet

📋 copy color: '#AB8995'

red 171 ◦ green 137 ◦ blue 149

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

Shades of Bouquet #AB8995

Tints of Bouquet #AB8995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.6%

R = 37.42%
G = 29.98%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB8995 (or 0xAB8995) is known color: Bouquet. HEX triplet: AB, 89 and 95. RGB value is (171,137,149). Sum of RGB (Red+Green+Blue) = 171+137+149=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8995 is #54766A. Grayscale: #949494. Windows color (decimal): -5535339 or 9800107. OLE color: 9800107.

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

Color convert

RGB 171 137 149 -
CMYK 0 0.20 0.13 0.33
HSL 338.82º 0.17% 0.6% -
HSV(B) 338.82º 0.2% 0.67% -
XYZ 31.17 28.72 32.33 -
YUV 148.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 171 137 149 0 0.20 0.13 0.33 338.82 0.17 0.6
Hex AB 89 95 0 14 D 21 153 11 3C
Octal 253 211 225 0 24 15 41 523 21 74
Binary 10101011 10001001 10010101 0 10100 1101 100001 101010011 10001 111100

Color Harmonies of #AB8995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8995

Black with #AB8995

Text Example


Text Example

White with #AB8995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8995; }

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

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

background-color css

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

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

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

border-color css

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

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

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