#A5997F

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

Shades of Nomad #A5997F

Tints of Nomad #A5997F

Color information

#A5997F (or 0xA5997F) is unknown color: approx Nomad. HEX triplet: A5, 99 and 7F. RGB value is (165,153,127). Sum of RGB (Red+Green+Blue) = 165+153+127=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A5997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5997F is #5A6680. Grayscale: #999999. Windows color (decimal): -5924481 or 8362405. OLE color: 8362405.

HSL color Cylindrical-coordinate representation of color #A5997F: hue angle of 41.05º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5997F is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB165153127-
CMYK00.070.230.35
HSL41.05º17.43%57.25%-
HSV(B)41.05º23.03%64.71%-
XYZ30.7432.3124.7-
YUV153.62112.98136.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 127 (50% from 255) = 28.54%
R=37.08%
G=34.38%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515312700.070.230.3541.0517.4357.25
HexA5997F071723291139
Octal245231177072743512171
Binary1010010110011001111111101111011110001110100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5997F; }

 p { color: rgb(165,153,127); }

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

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

 a { background-color: rgb(165,153,127); }

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

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

 span { border-color: rgb(165,153,127); }

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