#A39999

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

Shades of Nobel #A39999

Tints of Nobel #A39999

Color information

#A39999 (or 0xA39999) is unknown color: approx Nobel. HEX triplet: A3, 99 and 99. RGB value is (163,153,153). Sum of RGB (Red+Green+Blue) = 163+153+153=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 163 - color contains mainly: red. Hex color #A39999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39999 is #5C6666. Grayscale: #9C9C9C. Windows color (decimal): -6055527 or 10066339. OLE color: 10066339.

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

Color convert

RGB163153153-
CMYK00.060.060.36
HSL5.15%61.96%-
HSV(B)6.13%63.92%-
XYZ32.2532.8734.78-
YUV155.99126.31133-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 153 (60.16% from 255) = 32.62%
R=34.75%
G=32.62%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315315300.060.060.3605.1561.96
HexA3999906624053e
Octal243231231066440576
Binary10100011100110011001100101101101001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39999; }

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

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

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

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

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

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

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

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