#A0957F

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

Shades of Nomad #A0957F

Tints of Nomad #A0957F

Color information

#A0957F (or 0xA0957F) is unknown color: approx Nomad. HEX triplet: A0, 95 and 7F. RGB value is (160,149,127). Sum of RGB (Red+Green+Blue) = 160+149+127=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A0957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0957F is #5F6A80. Grayscale: #959595. Windows color (decimal): -6253185 or 8361376. OLE color: 8361376.

HSL color Cylindrical-coordinate representation of color #A0957F: hue angle of 40º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0957F is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB160149127-
CMYK00.070.210.37
HSL40º14.8%56.27%-
HSV(B)40º20.62%62.75%-
XYZ29.0830.524.43-
YUV149.78115.14135.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.70%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 127 (50% from 255) = 29.13%
R=36.70%
G=34.17%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014912700.070.210.374014.856.27
HexA0957F07152528f38
Octal240225177072545501770
Binary101000001001010111111110111101011001011010001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0957F; }

 p { color: rgb(160,149,127); }

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

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

 a { background-color: rgb(160,149,127); }

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

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

 span { border-color: rgb(160,149,127); }

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