#A29966

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

Shades of Gurkha #A29966

Tints of Gurkha #A29966

Color information

#A29966 (or 0xA29966) is unknown color: approx Gurkha. HEX triplet: A2, 99 and 66. RGB value is (162,153,102). Sum of RGB (Red+Green+Blue) = 162+153+102=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A29966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29966 is #5D6699. Grayscale: #969696. Windows color (decimal): -6121114 or 6724002. OLE color: 6724002.

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

Color convert

RGB162153102-
CMYK00.060.370.36
HSL51º24.39%51.76%-
HSV(B)51º37.04%63.53%-
XYZ28.6931.4217.12-
YUV149.88100.98136.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=38.85%
G=36.69%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215310200.060.370.365124.3951.76
HexA29966062524331834
Octal242231146064544633064
Binary10100010100110011100110011010010110010011001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29966; }

 p { color: rgb(162,153,102); }

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

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

 a { background-color: rgb(162,153,102); }

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

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

 span { border-color: rgb(162,153,102); }

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