#A0925C

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

Shades of Gurkha #A0925C

Tints of Gurkha #A0925C

Color information

#A0925C (or 0xA0925C) is unknown color: approx Gurkha. HEX triplet: A0, 92 and 5C. RGB value is (160,146,92). Sum of RGB (Red+Green+Blue) = 160+146+92=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A0925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0925C is #5F6DA3. Grayscale: #909090. Windows color (decimal): -6253988 or 6066848. OLE color: 6066848.

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

Color convert

RGB16014692-
CMYK00.090.430.37
HSL47.65º26.98%49.41%-
HSV(B)47.65º42.5%62.75%-
XYZ26.7128.814.28-
YUV144.0398.64139.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.20%
GREEN value IS 146 (57.42% from 255) = 36.68%
BLUE value IS 92 (36.33% from 255) = 23.12%
R=40.20%
G=36.68%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601469200.090.430.3747.6526.9849.41
HexA0925C092B25301b31
Octal2402221340115345603361
Binary101000001001001010111000100110101110010111000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0925C; }

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

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

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

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

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

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

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

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