Html Css Color HEX #A19861 Gurkha

📋 copy color: '#A19861'

red 161 ◦ green 152 ◦ blue 97

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

Shades of Gurkha #A19861

Tints of Gurkha #A19861

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.07%

 BLUE value IS 97 (38.28% from 255) = 23.66%

R = 39.27%
G = 37.07%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A19861 (or 0xA19861) is known color: Gurkha. HEX triplet: A1, 98 and 61. RGB value is (161,152,97). Sum of RGB (Red+Green+Blue) = 161+152+97=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A19861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19861 is #5E679E. Grayscale: #949494. Windows color (decimal): -6186911 or 6396065. OLE color: 6396065.

HSL color Cylindrical-coordinate representation of color #A19861: hue angle of 51.56º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A19861 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 152 97 -
CMYK 0 0.06 0.40 0.37
HSL 51.56º 0.25% 0.51% -
HSV(B) 51.56º 0.4% 0.63% -
XYZ 28.08 30.9 15.79 -
YUV 148.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 161 152 97 0 0.06 0.40 0.37 51.56 0.25 0.51
Hex A1 98 61 0 6 28 25 34 19 33
Octal 241 230 141 0 6 50 45 64 31 63
Binary 10100001 10011000 1100001 0 110 101000 100101 110100 11001 110011

Color Harmonies of #A19861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19861

Black with #A19861

Text Example


Text Example

White with #A19861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19861; }

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

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

background-color css

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

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

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

border-color css

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

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

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