#A29869

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

Shades of Gurkha #A29869

Tints of Gurkha #A29869

Color information

#A29869 (or 0xA29869) is unknown color: approx Gurkha. HEX triplet: A2, 98 and 69. RGB value is (162,152,105). Sum of RGB (Red+Green+Blue) = 162+152+105=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A29869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29869 is #5D6796. Grayscale: #959595. Windows color (decimal): -6121367 or 6920354. OLE color: 6920354.

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

Color convert

RGB162152105-
CMYK00.060.350.36
HSL49.47º23.46%52.35%-
HSV(B)49.47º35.19%63.53%-
XYZ28.6831.1617.87-
YUV149.63102.81136.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 152 (59.77% from 255) = 36.28%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=38.66%
G=36.28%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215210500.060.350.3649.4723.4652.35
HexA29869062324311734
Octal242230151064344612764
Binary10100010100110001101001011010001110010011000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29869; }

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

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

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

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

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

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

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

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