#A5985F

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

Shades of Gurkha #A5985F

Tints of Gurkha #A5985F

Color information

#A5985F (or 0xA5985F) is unknown color: approx Gurkha. HEX triplet: A5, 98 and 5F. RGB value is (165,152,95). Sum of RGB (Red+Green+Blue) = 165+152+95=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A5985F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5985F is #5A67A0. Grayscale: #959595. Windows color (decimal): -5924769 or 6264997. OLE color: 6264997.

HSL color Cylindrical-coordinate representation of color #A5985F: hue angle of 48.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5985F is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16515295-
CMYK00.080.420.35
HSL48.86º28%50.98%-
HSV(B)48.86º42.42%64.71%-
XYZ28.8131.2815.35-
YUV149.3997.31139.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 152 (59.77% from 255) = 36.89%
BLUE value IS 95 (37.5% from 255) = 23.06%
R=40.05%
G=36.89%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651529500.080.420.3548.862850.98
HexA5985F082A23311c33
Octal2452301370105243613463
Binary101001011001100010111110100010101010001111000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5985F; }

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

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

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

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

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

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

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

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