#A09567

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

Shades of Gurkha #A09567

Tints of Gurkha #A09567

Color information

#A09567 (or 0xA09567) is unknown color: approx Gurkha. HEX triplet: A0, 95 and 67. RGB value is (160,149,103). Sum of RGB (Red+Green+Blue) = 160+149+103=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A09567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09567 is #5F6A98. Grayscale: #939393. Windows color (decimal): -6253209 or 6788512. OLE color: 6788512.

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

Color convert

RGB160149103-
CMYK00.070.360.37
HSL48.42º23.08%51.57%-
HSV(B)48.42º35.62%62.75%-
XYZ27.6929.9517.15-
YUV147.04103.14137.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.83%
GREEN value IS 149 (58.59% from 255) = 36.17%
BLUE value IS 103 (40.62% from 255) = 25%
R=38.83%
G=36.17%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014910300.070.360.3748.4223.0851.57
HexA09567072425301734
Octal240225147074445602764
Binary10100000100101011100111011110010010010111000010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09567; }

 p { color: rgb(160,149,103); }

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

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

 a { background-color: rgb(160,149,103); }

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

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

 span { border-color: rgb(160,149,103); }

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