#A39962

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

Shades of Gurkha #A39962

Tints of Gurkha #A39962

Color information

#A39962 (or 0xA39962) is unknown color: approx Gurkha. HEX triplet: A3, 99 and 62. RGB value is (163,153,98). Sum of RGB (Red+Green+Blue) = 163+153+98=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A39962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39962 is #5C669D. Grayscale: #959595. Windows color (decimal): -6055582 or 6461859. OLE color: 6461859.

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

Color convert

RGB16315398-
CMYK00.060.400.36
HSL50.77º26.1%51.18%-
HSV(B)50.77º39.88%63.92%-
XYZ28.731.4516.11-
YUV149.7298.81137.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 98 (38.67% from 255) = 23.67%
R=39.37%
G=36.96%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631539800.060.400.3650.7726.151.18
HexA39962062824331a33
Octal243231142065044633263
Binary10100011100110011100010011010100010010011001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39962; }

 p { color: rgb(163,153,98); }

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

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

 a { background-color: rgb(163,153,98); }

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

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

 span { border-color: rgb(163,153,98); }

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