#A29867

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

Shades of Gurkha #A29867

Tints of Gurkha #A29867

Color information

#A29867 (or 0xA29867) is unknown color: approx Gurkha. HEX triplet: A2, 98 and 67. RGB value is (162,152,103). Sum of RGB (Red+Green+Blue) = 162+152+103=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A29867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29867 is #5D6798. Grayscale: #959595. Windows color (decimal): -6121369 or 6789282. OLE color: 6789282.

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

Color convert

RGB162152103-
CMYK00.060.360.36
HSL49.83º24.08%51.96%-
HSV(B)49.83º36.42%63.53%-
XYZ28.5831.1217.33-
YUV149.4101.81136.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 103 (40.62% from 255) = 24.70%
R=38.85%
G=36.45%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215210300.060.360.3649.8324.0851.96
HexA29867062424321834
Octal242230147064444623064
Binary10100010100110001100111011010010010010011001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29867; }

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

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

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

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

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

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

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

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