#A09268

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

Shades of Gurkha #A09268

Tints of Gurkha #A09268

Color information

#A09268 (or 0xA09268) is unknown color: approx Gurkha. HEX triplet: A0, 92 and 68. RGB value is (160,146,104). Sum of RGB (Red+Green+Blue) = 160+146+104=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A09268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09268 is #5F6D97. Grayscale: #919191. Windows color (decimal): -6253976 or 6853280. OLE color: 6853280.

HSL color Cylindrical-coordinate representation of color #A09268: hue angle of 45º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A09268 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB160146104-
CMYK00.090.350.37
HSL45º22.76%51.76%-
HSV(B)45º35%62.75%-
XYZ27.2729.0317.26-
YUV145.4104.64138.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.02%
GREEN value IS 146 (57.42% from 255) = 35.61%
BLUE value IS 104 (41.02% from 255) = 25.37%
R=39.02%
G=35.61%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014610400.090.350.374522.7651.76
HexA092680923252d1734
Octal2402221500114345552764
Binary101000001001001011010000100110001110010110110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09268; }

 p { color: rgb(160,146,104); }

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

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

 a { background-color: rgb(160,146,104); }

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

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

 span { border-color: rgb(160,146,104); }

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