#A29883

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

Shades of Nomad #A29883

Tints of Nomad #A29883

Color information

#A29883 (or 0xA29883) is unknown color: approx Nomad. HEX triplet: A2, 98 and 83. RGB value is (162,152,131). Sum of RGB (Red+Green+Blue) = 162+152+131=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 162 - color contains mainly: red. Hex color #A29883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29883 is #5D677C. Grayscale: #989898. Windows color (decimal): -6121341 or 8624290. OLE color: 8624290.

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

Color convert

RGB162152131-
CMYK00.060.190.36
HSL40.65º14.29%57.45%-
HSV(B)40.65º19.14%63.53%-
XYZ30.2331.7826.01-
YUV152.6115.81134.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 152 (59.77% from 255) = 34.16%
BLUE value IS 131 (51.56% from 255) = 29.44%
R=36.40%
G=34.16%
B=29.44%

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
Decimal16215213100.060.190.3640.6514.2957.45
HexA2988306132429e39
Octal242230203062344511671
Binary1010001010011000100000110110100111001001010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29883; }

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

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

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

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

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

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

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

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