#A59C84

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

Shades of Nomad #A59C84

Tints of Nomad #A59C84

Color information

#A59C84 (or 0xA59C84) is unknown color: approx Nomad. HEX triplet: A5, 9C and 84. RGB value is (165,156,132). Sum of RGB (Red+Green+Blue) = 165+156+132=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59C84 is #5A637B. Grayscale: #9C9C9C. Windows color (decimal): -5923708 or 8690853. OLE color: 8690853.

HSL color Cylindrical-coordinate representation of color #A59C84: hue angle of 43.64º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A59C84 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB165156132-
CMYK00.050.200.35
HSL43.64º15.49%58.24%-
HSV(B)43.64º20%64.71%-
XYZ31.5733.4426.62-
YUV155.95114.48134.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.42%
GREEN value IS 156 (61.33% from 255) = 34.44%
BLUE value IS 132 (51.95% from 255) = 29.14%
R=36.42%
G=34.44%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515613200.050.200.3543.6415.4958.24
HexA59C840514232cf3a
Octal245234204052443541772
Binary1010010110011100100001000101101001000111011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59C84; }

 p { color: rgb(165,156,132); }

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

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

 a { background-color: rgb(165,156,132); }

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

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

 span { border-color: rgb(165,156,132); }

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