#A3977F

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

Shades of Nomad #A3977F

Tints of Nomad #A3977F

Color information

#A3977F (or 0xA3977F) is unknown color: approx Nomad. HEX triplet: A3, 97 and 7F. RGB value is (163,151,127). Sum of RGB (Red+Green+Blue) = 163+151+127=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 163 - color contains mainly: red. Hex color #A3977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3977F is #5C6880. Grayscale: #979797. Windows color (decimal): -6056065 or 8361891. OLE color: 8361891.

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

Color convert

RGB163151127-
CMYK00.070.220.36
HSL40º16.36%56.86%-
HSV(B)40º22.09%63.92%-
XYZ3031.4524.57-
YUV151.85113.98135.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.96%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 127 (50% from 255) = 28.80%
R=36.96%
G=34.24%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315112700.070.220.364016.3656.86
HexA3977F071624281039
Octal243227177072644502071
Binary1010001110010111111111101111011010010010100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3977F; }

 p { color: rgb(163,151,127); }

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

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

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

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

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

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

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