#A29868

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

Shades of Gurkha #A29868

Tints of Gurkha #A29868

Color information

#A29868 (or 0xA29868) is unknown color: approx Gurkha. HEX triplet: A2, 98 and 68. RGB value is (162,152,104). Sum of RGB (Red+Green+Blue) = 162+152+104=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A29868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29868 is #5D6797. Grayscale: #959595. Windows color (decimal): -6121368 or 6854818. OLE color: 6854818.

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

Color convert

RGB162152104-
CMYK00.060.360.36
HSL49.66º23.77%52.16%-
HSV(B)49.66º35.8%63.53%-
XYZ28.6331.1417.6-
YUV149.52102.31136.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 104 (41.02% from 255) = 24.88%
R=38.76%
G=36.36%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215210400.060.360.3649.6623.7752.16
HexA29868062424321834
Octal242230150064444623064
Binary10100010100110001101000011010010010010011001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29868; }

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

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

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

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

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

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

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

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