Html Css Color HEX #AB8496 Bouquet

📋 copy color: '#AB8496'

red 171 ◦ green 132 ◦ blue 150

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

Shades of Bouquet #AB8496

Tints of Bouquet #AB8496

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.14%

 BLUE value IS 150 (58.98% from 255) = 33.11%

R = 37.75%
G = 29.14%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB8496 (or 0xAB8496) is known color: Bouquet. HEX triplet: AB, 84 and 96. RGB value is (171,132,150). Sum of RGB (Red+Green+Blue) = 171+132+150=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8496 is #547B69. Grayscale: #919191. Windows color (decimal): -5536618 or 9864363. OLE color: 9864363.

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

Color convert

RGB 171 132 150 -
CMYK 0 0.23 0.12 0.33
HSL 332.31º 0.19% 0.59% -
HSV(B) 332.31º 0.23% 0.67% -
XYZ 30.55 27.36 32.53 -
YUV 145.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 171 132 150 0 0.23 0.12 0.33 332.31 0.19 0.59
Hex AB 84 96 0 17 C 21 14C 13 3B
Octal 253 204 226 0 27 14 41 514 23 73
Binary 10101011 10000100 10010110 0 10111 1100 100001 101001100 10011 111011

Color Harmonies of #AB8496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8496

Black with #AB8496

Text Example


Text Example

White with #AB8496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8496; }

 p { color: rgb(171,132,150); }

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

background-color css

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

 a { background-color: rgb(171,132,150); }

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

border-color css

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

 span { border-color: rgb(171,132,150); }

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