#A19998

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

Shades of Nobel #A19998

Tints of Nobel #A19998

Color information

#A19998 (or 0xA19998) is unknown color: approx Nobel. HEX triplet: A1, 99 and 98. RGB value is (161,153,152). Sum of RGB (Red+Green+Blue) = 161+153+152=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 161 - color contains mainly: red. Hex color #A19998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19998 is #5E6667. Grayscale: #9B9B9B. Windows color (decimal): -6186600 or 10000801. OLE color: 10000801.

HSL color Cylindrical-coordinate representation of color #A19998: hue angle of 6.67º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A19998 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB161153152-
CMYK00.050.060.37
HSL6.67º4.57%61.37%-
HSV(B)6.67º5.59%63.14%-
XYZ31.7632.6334.33-
YUV155.28126.15132.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 153 (60.16% from 255) = 32.83%
BLUE value IS 152 (59.77% from 255) = 32.62%
R=34.55%
G=32.83%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115315200.050.060.376.674.5761.37
HexA1999805625753d
Octal241231230056457575
Binary1010000110011001100110000101110100101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19998; }

 p { color: rgb(161,153,152); }

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

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

 a { background-color: rgb(161,153,152); }

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

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

 span { border-color: rgb(161,153,152); }

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