#A29768

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

Shades of Gurkha #A29768

Tints of Gurkha #A29768

Color information

#A29768 (or 0xA29768) is unknown color: approx Gurkha. HEX triplet: A2, 97 and 68. RGB value is (162,151,104). Sum of RGB (Red+Green+Blue) = 162+151+104=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A29768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29768 is #5D6897. Grayscale: #959595. Windows color (decimal): -6121624 or 6854562. OLE color: 6854562.

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

Color convert

RGB162151104-
CMYK00.070.360.36
HSL48.62º23.77%52.16%-
HSV(B)48.62º35.8%63.53%-
XYZ28.4730.8117.54-
YUV148.93102.64137.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 151 (59.38% from 255) = 36.21%
BLUE value IS 104 (41.02% from 255) = 24.94%
R=38.85%
G=36.21%
B=24.94%

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
Decimal16215110400.070.360.3648.6223.7752.16
HexA29768072424311834
Octal242227150074444613064
Binary10100010100101111101000011110010010010011000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29768; }

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

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

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

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

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

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

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

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