#ABA5AF

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

Shades of Chatelle #ABA5AF

Tints of Chatelle #ABA5AF

Color information

#ABA5AF (or 0xABA5AF) is unknown color: approx Chatelle. HEX triplet: AB, A5 and AF. RGB value is (171,165,175). Sum of RGB (Red+Green+Blue) = 171+165+175=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 175 - color contains mainly: blue. Hex color #ABA5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA5AF is #545A50. Grayscale: #A7A7A7. Windows color (decimal): -5528145 or 11511211. OLE color: 11511211.

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

Color convert

RGB171165175-
CMYK0.020.0600.31
HSL276º5.88%66.67%-
HSV(B)276º5.71%68.63%-
XYZ37.9938.6646.02-
YUV167.93131.99130.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 165 (64.84% from 255) = 32.29%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=33.46%
G=32.29%
B=34.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711651750.020.0600.312765.8866.67
HexABA5AF2601F114643
Octal253245257260374246103
Binary101010111010010110101111101100111111000101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA5AF; }

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

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

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

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

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

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

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

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