#A09267

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

Shades of Gurkha #A09267

Tints of Gurkha #A09267

Color information

#A09267 (or 0xA09267) is unknown color: approx Gurkha. HEX triplet: A0, 92 and 67. RGB value is (160,146,103). Sum of RGB (Red+Green+Blue) = 160+146+103=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A09267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09267 is #5F6D98. Grayscale: #919191. Windows color (decimal): -6253977 or 6787744. OLE color: 6787744.

HSL color Cylindrical-coordinate representation of color #A09267: hue angle of 45.26º 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 #A09267 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB160146103-
CMYK00.090.360.37
HSL45.26º23.08%51.57%-
HSV(B)45.26º35.62%62.75%-
XYZ27.2229.0117-
YUV145.28104.14138.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 146 (57.42% from 255) = 35.70%
BLUE value IS 103 (40.62% from 255) = 25.18%
R=39.12%
G=35.70%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014610300.090.360.3745.2623.0851.57
HexA092670924252d1734
Octal2402221470114445552764
Binary101000001001001011001110100110010010010110110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09267; }

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

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

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

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

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

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

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

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