#ABA19F

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

Shades of Nobel #ABA19F

Tints of Nobel #ABA19F

Color information

#ABA19F (or 0xABA19F) is unknown color: approx Nobel. HEX triplet: AB, A1 and 9F. RGB value is (171,161,159). Sum of RGB (Red+Green+Blue) = 171+161+159=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA19F is #545E60. Grayscale: #A3A3A3. Windows color (decimal): -5529185 or 10461611. OLE color: 10461611.

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

Color convert

RGB171161159-
CMYK00.060.070.33
HSL10º6.67%64.71%-
HSV(B)10º7.02%67.06%-
XYZ35.836.6537.99-
YUV163.76125.31133.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 161 (63.28% from 255) = 32.79%
BLUE value IS 159 (62.5% from 255) = 32.38%
R=34.83%
G=32.79%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116115900.060.070.33106.6764.71
HexABA19F06721a741
Octal25324123706741127101
Binary101010111010000110011111011011110000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA19F; }

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

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

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

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

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

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

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

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