#A09762

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

Shades of Gurkha #A09762

Tints of Gurkha #A09762

Color information

#A09762 (or 0xA09762) is unknown color: approx Gurkha. HEX triplet: A0, 97 and 62. RGB value is (160,151,98). Sum of RGB (Red+Green+Blue) = 160+151+98=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A09762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09762 is #5F689D. Grayscale: #939393. Windows color (decimal): -6252702 or 6461344. OLE color: 6461344.

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

Color convert

RGB16015198-
CMYK00.060.390.37
HSL51.29º24.6%50.59%-
HSV(B)51.29º38.75%62.75%-
XYZ27.7730.4915.98-
YUV147.6599.98136.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 98 (38.67% from 255) = 23.96%
R=39.12%
G=36.92%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601519800.060.390.3751.2924.650.59
HexA09762062725331933
Octal240227142064745633163
Binary10100000100101111100010011010011110010111001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09762; }

 p { color: rgb(160,151,98); }

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

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

 a { background-color: rgb(160,151,98); }

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

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

 span { border-color: rgb(160,151,98); }

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