#A29985

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

Shades of Nomad #A29985

Tints of Nomad #A29985

Color information

#A29985 (or 0xA29985) is unknown color: approx Nomad. HEX triplet: A2, 99 and 85. RGB value is (162,153,133). Sum of RGB (Red+Green+Blue) = 162+153+133=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 162 - color contains mainly: red. Hex color #A29985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29985 is #5D667A. Grayscale: #999999. Windows color (decimal): -6121083 or 8755618. OLE color: 8755618.

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

Color convert

RGB162153133-
CMYK00.060.180.36
HSL41.38º13.49%57.84%-
HSV(B)41.38º17.9%63.53%-
XYZ30.5332.1626.79-
YUV153.41116.48134.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 153 (60.16% from 255) = 34.15%
BLUE value IS 133 (52.34% from 255) = 29.69%
R=36.16%
G=34.15%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215313300.060.180.3641.3813.4957.84
HexA2998506122429d3a
Octal242231205062244511572
Binary1010001010011001100001010110100101001001010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29985; }

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

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

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

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

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

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

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

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