Html Css Color HEX #A19263 Gurkha

📋 copy color: '#A19263'

red 161 ◦ green 146 ◦ blue 99

#A19263
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gurkha #A19263

Tints of Gurkha #A19263

RGB

 RED value IS 161 (63.28% from 255) = 39.66%

 GREEN value IS 146 (57.42% from 255) = 35.96%

 BLUE value IS 99 (39.06% from 255) = 24.38%

R = 39.66%
G = 35.96%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A19263 (or 0xA19263) is known color: Gurkha. HEX triplet: A1, 92 and 63. RGB value is (161,146,99). Sum of RGB (Red+Green+Blue) = 161+146+99=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A19263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19263 is #5E6D9C. Grayscale: #919191. Windows color (decimal): -6188445 or 6525601. OLE color: 6525601.

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

Color convert

RGB 161 146 99 -
CMYK 0 0.09 0.39 0.37
HSL 45.48º 0.25% 0.51% -
HSV(B) 45.48º 0.39% 0.63% -
XYZ 27.23 29.04 15.97 -
YUV 145.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 161 146 99 0 0.09 0.39 0.37 45.48 0.25 0.51
Hex A1 92 63 0 9 27 25 2D 19 33
Octal 241 222 143 0 11 47 45 55 31 63
Binary 10100001 10010010 1100011 0 1001 100111 100101 101101 11001 110011

Color Harmonies of #A19263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19263

Black with #A19263

Text Example


Text Example

White with #A19263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19263; }

 p { color: rgb(161,146,99); }

 H1.HeaderClassName
 {
   color: #A19263;
 }
 .AnyTagClassName
 {
   color: #A19263;
 }
</style>

background-color css

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

 a { background-color: rgb(161,146,99); }

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

border-color css

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

 span { border-color: rgb(161,146,99); }

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