#A29669

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

Shades of Gurkha #A29669

Tints of Gurkha #A29669

Color information

#A29669 (or 0xA29669) is unknown color: approx Gurkha. HEX triplet: A2, 96 and 69. RGB value is (162,150,105). Sum of RGB (Red+Green+Blue) = 162+150+105=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A29669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29669 is #5D6996. Grayscale: #949494. Windows color (decimal): -6121879 or 6919842. OLE color: 6919842.

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

Color convert

RGB162150105-
CMYK00.070.350.36
HSL47.37º23.46%52.35%-
HSV(B)47.37º35.19%63.53%-
XYZ28.3630.5117.76-
YUV148.46103.48137.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 105 (41.41% from 255) = 25.18%
R=38.85%
G=35.97%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215010500.070.350.3647.3723.4652.35
HexA296690723242f1734
Octal242226151074344572764
Binary10100010100101101101001011110001110010010111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29669; }

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

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

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

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

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

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

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

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