#A29769

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

Shades of Gurkha #A29769

Tints of Gurkha #A29769

Color information

#A29769 (or 0xA29769) is unknown color: approx Gurkha. HEX triplet: A2, 97 and 69. RGB value is (162,151,105). Sum of RGB (Red+Green+Blue) = 162+151+105=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A29769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29769 is #5D6896. Grayscale: #959595. Windows color (decimal): -6121623 or 6920098. OLE color: 6920098.

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

Color convert

RGB162151105-
CMYK00.070.350.36
HSL48.42º23.46%52.35%-
HSV(B)48.42º35.19%63.53%-
XYZ28.5230.8317.81-
YUV149.04103.14137.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 151 (59.38% from 255) = 36.12%
BLUE value IS 105 (41.41% from 255) = 25.12%
R=38.76%
G=36.12%
B=25.12%

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
Decimal16215110500.070.350.3648.4223.4652.35
HexA29769072324301734
Octal242227151074344602764
Binary10100010100101111101001011110001110010011000010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29769; }

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

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

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

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

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

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

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

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