#A29866

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

Shades of Gurkha #A29866

Tints of Gurkha #A29866

Color information

#A29866 (or 0xA29866) is unknown color: approx Gurkha. HEX triplet: A2, 98 and 66. RGB value is (162,152,102). Sum of RGB (Red+Green+Blue) = 162+152+102=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A29866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29866 is #5D6799. Grayscale: #959595. Windows color (decimal): -6121370 or 6723746. OLE color: 6723746.

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

Color convert

RGB162152102-
CMYK00.060.370.36
HSL50º24.39%51.76%-
HSV(B)50º37.04%63.53%-
XYZ28.5331.117.07-
YUV149.29101.31137.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 102 (40.23% from 255) = 24.52%
R=38.94%
G=36.54%
B=24.52%

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
Decimal16215210200.060.370.365024.3951.76
HexA29866062524321834
Octal242230146064544623064
Binary10100010100110001100110011010010110010011001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29866; }

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

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

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

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

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

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

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

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