#A49762

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

Shades of Gurkha #A49762

Tints of Gurkha #A49762

Color information

#A49762 (or 0xA49762) is unknown color: approx Gurkha. HEX triplet: A4, 97 and 62. RGB value is (164,151,98). Sum of RGB (Red+Green+Blue) = 164+151+98=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A49762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49762 is #5B689D. Grayscale: #959595. Windows color (decimal): -5990558 or 6461348. OLE color: 6461348.

HSL color Cylindrical-coordinate representation of color #A49762: hue angle of 48.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A49762 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16415198-
CMYK00.080.400.36
HSL48.18º26.61%51.37%-
HSV(B)48.18º40.24%64.31%-
XYZ28.5830.9116.01-
YUV148.8499.31138.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 151 (59.38% from 255) = 36.56%
BLUE value IS 98 (38.67% from 255) = 23.73%
R=39.71%
G=36.56%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641519800.080.400.3648.1826.6151.37
HexA49762082824301b33
Octal2442271420105044603363
Binary101001001001011111000100100010100010010011000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49762; }

 p { color: rgb(164,151,98); }

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

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

 a { background-color: rgb(164,151,98); }

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

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

 span { border-color: rgb(164,151,98); }

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