#A29667

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

Shades of Gurkha #A29667

Tints of Gurkha #A29667

Color information

#A29667 (or 0xA29667) is unknown color: approx Gurkha. HEX triplet: A2, 96 and 67. RGB value is (162,150,103). Sum of RGB (Red+Green+Blue) = 162+150+103=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A29667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29667 is #5D6998. Grayscale: #949494. Windows color (decimal): -6121881 or 6788770. OLE color: 6788770.

HSL color Cylindrical-coordinate representation of color #A29667: hue angle of 47.8º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A29667 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB162150103-
CMYK00.070.360.36
HSL47.8º24.08%51.96%-
HSV(B)47.8º36.42%63.53%-
XYZ28.2530.4717.22-
YUV148.23102.48137.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 103 (40.62% from 255) = 24.82%
R=39.04%
G=36.14%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215010300.070.360.3647.824.0851.96
HexA29667072424301834
Octal242226147074444603064
Binary10100010100101101100111011110010010010011000011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29667; }

 p { color: rgb(162,150,103); }

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

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

 a { background-color: rgb(162,150,103); }

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

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

 span { border-color: rgb(162,150,103); }

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