#A2985F

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

Shades of Gurkha #A2985F

Tints of Gurkha #A2985F

Color information

#A2985F (or 0xA2985F) is unknown color: approx Gurkha. HEX triplet: A2, 98 and 5F. RGB value is (162,152,95). Sum of RGB (Red+Green+Blue) = 162+152+95=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A2985F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2985F is #5D67A0. Grayscale: #949494. Windows color (decimal): -6121377 or 6264994. OLE color: 6264994.

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

Color convert

RGB16215295-
CMYK00.060.410.36
HSL51.04º26.48%50.39%-
HSV(B)51.04º41.36%63.53%-
XYZ28.1930.9615.32-
YUV148.4997.81137.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.61%
GREEN value IS 152 (59.77% from 255) = 37.16%
BLUE value IS 95 (37.5% from 255) = 23.23%
R=39.61%
G=37.16%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621529500.060.410.3651.0426.4850.39
HexA2985F062924331a32
Octal242230137065144633262
Binary10100010100110001011111011010100110010011001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2985F; }

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

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

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

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

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

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

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

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