Html Css Color HEX #A19367 Gurkha

📋 copy color: '#A19367'

red 161 ◦ green 147 ◦ blue 103

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

Shades of Gurkha #A19367

Tints of Gurkha #A19367

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.77%

 BLUE value IS 103 (40.63% from 255) = 25.06%

R = 39.17%
G = 35.77%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A19367 (or 0xA19367) is known color: Gurkha. HEX triplet: A1, 93 and 67. RGB value is (161,147,103). Sum of RGB (Red+Green+Blue) = 161+147+103=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A19367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19367 is #5E6C98. Grayscale: #929292. Windows color (decimal): -6188185 or 6788001. OLE color: 6788001.

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

Color convert

RGB 161 147 103 -
CMYK 0 0.09 0.36 0.37
HSL 45.52º 0.24% 0.52% -
HSV(B) 45.52º 0.36% 0.63% -
XYZ 27.58 29.42 17.06 -
YUV 146.17 103.64 138.58 -
System Red Green Blue C M Y K H S L
Decimal 161 147 103 0 0.09 0.36 0.37 45.52 0.24 0.52
Hex A1 93 67 0 9 24 25 2E 18 34
Octal 241 223 147 0 11 44 45 56 30 64
Binary 10100001 10010011 1100111 0 1001 100100 100101 101110 11000 110100

Color Harmonies of #A19367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19367

Black with #A19367

Text Example


Text Example

White with #A19367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19367; }

 p { color: rgb(161,147,103); }

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

background-color css

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

 a { background-color: rgb(161,147,103); }

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

border-color css

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

 span { border-color: rgb(161,147,103); }

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