#A29468

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

Shades of Gurkha #A29468

Tints of Gurkha #A29468

Color information

#A29468 (or 0xA29468) is unknown color: approx Gurkha. HEX triplet: A2, 94 and 68. RGB value is (162,148,104). Sum of RGB (Red+Green+Blue) = 162+148+104=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A29468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29468 is #5D6B97. Grayscale: #939393. Windows color (decimal): -6122392 or 6853794. OLE color: 6853794.

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

Color convert

RGB162148104-
CMYK00.090.360.36
HSL45.52º23.77%52.16%-
HSV(B)45.52º35.8%63.53%-
XYZ27.9929.8617.39-
YUV147.17103.64138.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 104 (41.02% from 255) = 25.12%
R=39.13%
G=35.75%
B=25.12%

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
Decimal16214810400.090.360.3645.5223.7752.16
HexA294680924242e1834
Octal2422241500114444563064
Binary101000101001010011010000100110010010010010111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29468; }

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

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

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

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

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

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

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

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