Html Css Color HEX #AB8497 Bouquet

📋 copy color: '#AB8497'

red 171 ◦ green 132 ◦ blue 151

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

Shades of Bouquet #AB8497

Tints of Bouquet #AB8497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.26%

R = 37.67%
G = 29.07%
B = 33.26%

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

#AB8497 (or 0xAB8497) is known color: Bouquet. HEX triplet: AB, 84 and 97. RGB value is (171,132,151). Sum of RGB (Red+Green+Blue) = 171+132+151=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8497 is #547B68. Grayscale: #919191. Windows color (decimal): -5536617 or 9929899. OLE color: 9929899.

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

Color convert

RGB 171 132 151 -
CMYK 0 0.23 0.12 0.33
HSL 330.77º 0.19% 0.59% -
HSV(B) 330.77º 0.23% 0.67% -
XYZ 30.63 27.39 32.95 -
YUV 145.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 171 132 151 0 0.23 0.12 0.33 330.77 0.19 0.59
Hex AB 84 97 0 17 C 21 14B 13 3B
Octal 253 204 227 0 27 14 41 513 23 73
Binary 10101011 10000100 10010111 0 10111 1100 100001 101001011 10011 111011

Color Harmonies of #AB8497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8497

Black with #AB8497

Text Example


Text Example

White with #AB8497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8497; }

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

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

background-color css

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

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

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

border-color css

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

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

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