#A49999

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

Shades of Nobel #A49999

Tints of Nobel #A49999

Color information

#A49999 (or 0xA49999) is unknown color: approx Nobel. HEX triplet: A4, 99 and 99. RGB value is (164,153,153). Sum of RGB (Red+Green+Blue) = 164+153+153=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 164 - color contains mainly: red. Hex color #A49999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49999 is #5B6666. Grayscale: #9C9C9C. Windows color (decimal): -5989991 or 10066340. OLE color: 10066340.

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

Color convert

RGB164153153-
CMYK00.070.070.36
HSL5.7%62.16%-
HSV(B)6.71%64.31%-
XYZ32.4532.9734.79-
YUV156.29126.14133.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 153 (60.16% from 255) = 32.55%
R=34.89%
G=32.55%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415315300.070.070.3605.762.16
HexA4999907724063e
Octal244231231077440676
Binary10100100100110011001100101111111001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49999; }

 p { color: rgb(164,153,153); }

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

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

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

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

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

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

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