#A29983

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

Shades of Nomad #A29983

Tints of Nomad #A29983

Color information

#A29983 (or 0xA29983) is unknown color: approx Nomad. HEX triplet: A2, 99 and 83. RGB value is (162,153,131). Sum of RGB (Red+Green+Blue) = 162+153+131=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A29983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29983 is #5D667C. Grayscale: #999999. Windows color (decimal): -6121085 or 8624546. OLE color: 8624546.

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

Color convert

RGB162153131-
CMYK00.060.190.36
HSL42.58º14.29%57.45%-
HSV(B)42.58º19.14%63.53%-
XYZ30.3932.126.07-
YUV153.18115.48134.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 131 (51.56% from 255) = 29.37%
R=36.32%
G=34.30%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215313100.060.190.3642.5814.2957.45
HexA299830613242be39
Octal242231203062344531671
Binary1010001010011001100000110110100111001001010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29983; }

 p { color: rgb(162,153,131); }

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

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

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

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

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

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

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