#A29882

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

Shades of Nomad #A29882

Tints of Nomad #A29882

Color information

#A29882 (or 0xA29882) is unknown color: approx Nomad. HEX triplet: A2, 98 and 82. RGB value is (162,152,130). Sum of RGB (Red+Green+Blue) = 162+152+130=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 162 - color contains mainly: red. Hex color #A29882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29882 is #5D677D. Grayscale: #989898. Windows color (decimal): -6121342 or 8558754. OLE color: 8558754.

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

Color convert

RGB162152130-
CMYK00.060.200.36
HSL41.25º14.68%57.25%-
HSV(B)41.25º19.75%63.53%-
XYZ30.1631.7525.66-
YUV152.48115.31134.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 152 (59.77% from 255) = 34.23%
BLUE value IS 130 (51.17% from 255) = 29.28%
R=36.49%
G=34.23%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215213000.060.200.3641.2514.6857.25
HexA2988206142429f39
Octal242230202062444511771
Binary1010001010011000100000100110101001001001010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29882; }

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

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

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

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

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

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

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

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