#A2985C

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

Shades of Gurkha #A2985C

Tints of Gurkha #A2985C

Color information

#A2985C (or 0xA2985C) is unknown color: approx Gurkha. HEX triplet: A2, 98 and 5C. RGB value is (162,152,92). Sum of RGB (Red+Green+Blue) = 162+152+92=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A2985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2985C is #5D67A3. Grayscale: #949494. Windows color (decimal): -6121380 or 6068386. OLE color: 6068386.

HSL color Cylindrical-coordinate representation of color #A2985C: hue angle of 51.43º degrees, saturation: 0.28, 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 #A2985C is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16215292-
CMYK00.060.430.36
HSL51.43º27.56%49.8%-
HSV(B)51.43º43.21%63.53%-
XYZ28.0630.9114.61-
YUV148.1596.31137.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 92 (36.33% from 255) = 22.66%
R=39.90%
G=37.44%
B=22.66%

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
Decimal1621529200.060.430.3651.4327.5649.8
HexA2985C062B24331c32
Octal242230134065344633462
Binary10100010100110001011100011010101110010011001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2985C; }

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

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

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

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

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

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

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

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