#AB98AF

Color #AB98AF Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #AB98AF

Tints of Chatelle #AB98AF

Color information

#AB98AF (or 0xAB98AF) is unknown color: approx Chatelle. HEX triplet: AB, 98 and AF. RGB value is (171,152,175). Sum of RGB (Red+Green+Blue) = 171+152+175=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB98AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB98AF is #546750. Grayscale: #A0A0A0. Windows color (decimal): -5531473 or 11507883. OLE color: 11507883.

HSL color Cylindrical-coordinate representation of color #AB98AF: hue angle of 289.57º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AB98AF is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171152175-
CMYK0.020.1300.31
HSL289.57º12.57%64.12%-
HSV(B)289.57º13.14%68.63%-
XYZ35.7634.2145.28-
YUV160.3136.29135.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=34.34%
G=30.52%
B=35.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711521750.020.1300.31289.5712.5764.12
HexAB98AF2D01F122d40
Octal25323025721503744215100
Binary10101011100110001010111110110101111110010001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB98AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB98AF; }

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

 H1.HeaderClassName
 {
   color: #AB98AF;
 }
 .AnyTagClassName
 {
   color: #AB98AF;
 }
</style>
background-color css

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

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

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

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

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

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