#A19869

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

Shades of Gurkha #A19869

Tints of Gurkha #A19869

Color information

#A19869 (or 0xA19869) is unknown color: approx Gurkha. HEX triplet: A1, 98 and 69. RGB value is (161,152,105). Sum of RGB (Red+Green+Blue) = 161+152+105=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A19869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19869 is #5E6796. Grayscale: #959595. Windows color (decimal): -6186903 or 6920353. OLE color: 6920353.

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

Color convert

RGB161152105-
CMYK00.060.350.37
HSL50.36º22.95%52.16%-
HSV(B)50.36º34.78%63.14%-
XYZ28.4831.0517.86-
YUV149.33102.98136.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 105 (41.41% from 255) = 25.12%
R=38.52%
G=36.36%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115210500.060.350.3750.3622.9552.16
HexA19869062325321734
Octal241230151064345622764
Binary10100001100110001101001011010001110010111001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19869; }

 p { color: rgb(161,152,105); }

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

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

 a { background-color: rgb(161,152,105); }

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

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

 span { border-color: rgb(161,152,105); }

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