#A2985D

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

Shades of Gurkha #A2985D

Tints of Gurkha #A2985D

Color information

#A2985D (or 0xA2985D) is unknown color: approx Gurkha. HEX triplet: A2, 98 and 5D. RGB value is (162,152,93). Sum of RGB (Red+Green+Blue) = 162+152+93=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A2985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2985D is #5D67A2. Grayscale: #949494. Windows color (decimal): -6121379 or 6133922. OLE color: 6133922.

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

Color convert

RGB16215293-
CMYK00.060.430.36
HSL51.3º27.06%50%-
HSV(B)51.3º42.59%63.53%-
XYZ28.130.9314.84-
YUV148.2696.81137.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=39.80%
G=37.35%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621529300.060.430.3651.327.0650
HexA2985D062B24331b32
Octal242230135065344633362
Binary10100010100110001011101011010101110010011001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2985D; }

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

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

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

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

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

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

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

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