#A29880

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

Shades of Nomad #A29880

Tints of Nomad #A29880

Color information

#A29880 (or 0xA29880) is unknown color: approx Nomad. HEX triplet: A2, 98 and 80. RGB value is (162,152,128). Sum of RGB (Red+Green+Blue) = 162+152+128=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A29880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29880 is #5D677F. Grayscale: #989898. Windows color (decimal): -6121344 or 8427682. OLE color: 8427682.

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

Color convert

RGB162152128-
CMYK00.060.210.36
HSL42.35º15.45%56.86%-
HSV(B)42.35º20.99%63.53%-
XYZ30.0231.724.96-
YUV152.25114.31134.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.65%
GREEN value IS 152 (59.77% from 255) = 34.39%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=36.65%
G=34.39%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215212800.060.210.3642.3515.4556.86
HexA298800615242af39
Octal242230200062544521771
Binary1010001010011000100000000110101011001001010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29880; }

 p { color: rgb(162,152,128); }

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

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

 a { background-color: rgb(162,152,128); }

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

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

 span { border-color: rgb(162,152,128); }

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