#A09060

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

Shades of Gurkha #A09060

Tints of Gurkha #A09060

Color information

#A09060 (or 0xA09060) is unknown color: approx Gurkha. HEX triplet: A0, 90 and 60. RGB value is (160,144,96). Sum of RGB (Red+Green+Blue) = 160+144+96=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A09060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09060 is #5F6F9F. Grayscale: #8F8F8F. Windows color (decimal): -6254496 or 6328480. OLE color: 6328480.

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

Color convert

RGB16014496-
CMYK00.10.40.37
HSL45º25.2%50.2%-
HSV(B)45º40%62.75%-
XYZ26.5828.2615.12-
YUV143.31101.3139.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40%
GREEN value IS 144 (56.64% from 255) = 36%
BLUE value IS 96 (37.89% from 255) = 24%
R=40%
G=36%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601449600.10.40.374525.250.2
HexA090600A28252d1932
Octal2402201400125045553162
Binary101000001001000011000000101010100010010110110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09060; }

 p { color: rgb(160,144,96); }

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

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

 a { background-color: rgb(160,144,96); }

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

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

 span { border-color: rgb(160,144,96); }

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