#ABA1A0

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

Shades of Nobel #ABA1A0

Tints of Nobel #ABA1A0

Color information

#ABA1A0 (or 0xABA1A0) is unknown color: approx Nobel. HEX triplet: AB, A1 and A0. RGB value is (171,161,160). Sum of RGB (Red+Green+Blue) = 171+161+160=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA1A0 is #545E5F. Grayscale: #A3A3A3. Windows color (decimal): -5529184 or 10527147. OLE color: 10527147.

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

Color convert

RGB171161160-
CMYK00.060.060.33
HSL5.45º6.15%64.9%-
HSV(B)5.45º6.43%67.06%-
XYZ35.8836.6938.45-
YUV163.88125.81133.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 161 (63.28% from 255) = 32.72%
BLUE value IS 160 (62.89% from 255) = 32.52%
R=34.76%
G=32.72%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116116000.060.060.335.456.1564.9
HexABA1A0066215641
Octal2532412400664156101
Binary10101011101000011010000001101101000011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA1A0; }

 p { color: rgb(171,161,160); }

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

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

 a { background-color: rgb(171,161,160); }

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

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

 span { border-color: rgb(171,161,160); }

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