#A09369

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

Shades of Gurkha #A09369

Tints of Gurkha #A09369

Color information

#A09369 (or 0xA09369) is unknown color: approx Gurkha. HEX triplet: A0, 93 and 69. RGB value is (160,147,105). Sum of RGB (Red+Green+Blue) = 160+147+105=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A09369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09369 is #5F6C96. Grayscale: #929292. Windows color (decimal): -6253719 or 6919072. OLE color: 6919072.

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

Color convert

RGB160147105-
CMYK00.080.340.37
HSL45.82º22.45%51.96%-
HSV(B)45.82º34.38%62.75%-
XYZ27.4829.3617.58-
YUV146.1104.81137.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.83%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=38.83%
G=35.68%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014710500.080.340.3745.8222.4551.96
HexA093690822252e1634
Octal2402231510104245562664
Binary101000001001001111010010100010001010010110111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09369; }

 p { color: rgb(160,147,105); }

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

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

 a { background-color: rgb(160,147,105); }

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

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

 span { border-color: rgb(160,147,105); }

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