#A29968

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

Shades of Gurkha #A29968

Tints of Gurkha #A29968

Color information

#A29968 (or 0xA29968) is unknown color: approx Gurkha. HEX triplet: A2, 99 and 68. RGB value is (162,153,104). Sum of RGB (Red+Green+Blue) = 162+153+104=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A29968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29968 is #5D6697. Grayscale: #969696. Windows color (decimal): -6121112 or 6855074. OLE color: 6855074.

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

Color convert

RGB162153104-
CMYK00.060.360.36
HSL50.69º23.77%52.16%-
HSV(B)50.69º35.8%63.53%-
XYZ28.7931.4617.65-
YUV150.1101.98136.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=38.66%
G=36.52%
B=24.82%

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
Decimal16215310400.060.360.3650.6923.7752.16
HexA29968062424331834
Octal242231150064444633064
Binary10100010100110011101000011010010010010011001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29968; }

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

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

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

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

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

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

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

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