#A1977F

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

Shades of Nomad #A1977F

Tints of Nomad #A1977F

Color information

#A1977F (or 0xA1977F) is unknown color: approx Nomad. HEX triplet: A1, 97 and 7F. RGB value is (161,151,127). Sum of RGB (Red+Green+Blue) = 161+151+127=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 161 - color contains mainly: red. Hex color #A1977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1977F is #5E6880. Grayscale: #979797. Windows color (decimal): -6187137 or 8361889. OLE color: 8361889.

HSL color Cylindrical-coordinate representation of color #A1977F: hue angle of 42.35º 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 #A1977F is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB161151127-
CMYK00.060.210.37
HSL42.35º15.32%56.47%-
HSV(B)42.35º21.12%63.14%-
XYZ29.631.2424.55-
YUV151.25114.31134.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.67%
GREEN value IS 151 (59.38% from 255) = 34.40%
BLUE value IS 127 (50% from 255) = 28.93%
R=36.67%
G=34.40%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115112700.060.210.3742.3515.3256.47
HexA1977F0615252af38
Octal241227177062545521770
Binary101000011001011111111110110101011001011010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1977F; }

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

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

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

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

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

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

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

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