#A29962

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

Shades of Gurkha #A29962

Tints of Gurkha #A29962

Color information

#A29962 (or 0xA29962) is unknown color: approx Gurkha. HEX triplet: A2, 99 and 62. RGB value is (162,153,98). Sum of RGB (Red+Green+Blue) = 162+153+98=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A29962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29962 is #5D669D. Grayscale: #959595. Windows color (decimal): -6121118 or 6461858. OLE color: 6461858.

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

Color convert

RGB16215398-
CMYK00.060.400.36
HSL51.56º25.6%50.98%-
HSV(B)51.56º39.51%63.53%-
XYZ28.531.3516.1-
YUV149.4298.98136.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 153 (60.16% from 255) = 37.05%
BLUE value IS 98 (38.67% from 255) = 23.73%
R=39.23%
G=37.05%
B=23.73%

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
Decimal1621539800.060.400.3651.5625.650.98
HexA29962062824341a33
Octal242231142065044643263
Binary10100010100110011100010011010100010010011010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29962; }

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

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

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

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

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

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

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

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