#A29467

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

Shades of Gurkha #A29467

Tints of Gurkha #A29467

Color information

#A29467 (or 0xA29467) is unknown color: approx Gurkha. HEX triplet: A2, 94 and 67. RGB value is (162,148,103). Sum of RGB (Red+Green+Blue) = 162+148+103=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A29467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29467 is #5D6B98. Grayscale: #939393. Windows color (decimal): -6122393 or 6788258. OLE color: 6788258.

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

Color convert

RGB162148103-
CMYK00.090.360.36
HSL45.76º24.08%51.96%-
HSV(B)45.76º36.42%63.53%-
XYZ27.9429.8417.12-
YUV147.06103.14138.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 103 (40.62% from 255) = 24.94%
R=39.23%
G=35.84%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214810300.090.360.3645.7624.0851.96
HexA294670924242e1834
Octal2422241470114444563064
Binary101000101001010011001110100110010010010010111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29467; }

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

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

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

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

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

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

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

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