Html Css Color HEX #A19369 Gurkha

📋 copy color: '#A19369'

red 161 ◦ green 147 ◦ blue 105

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

Shades of Gurkha #A19369

Tints of Gurkha #A19369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.42%

R = 38.98%
G = 35.59%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A19369 (or 0xA19369) is known color: Gurkha. HEX triplet: A1, 93 and 69. RGB value is (161,147,105). Sum of RGB (Red+Green+Blue) = 161+147+105=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A19369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19369 is #5E6C96. Grayscale: #929292. Windows color (decimal): -6188183 or 6919073. OLE color: 6919073.

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

Color convert

RGB 161 147 105 -
CMYK 0 0.09 0.35 0.37
HSL 45º 0.23% 0.52% -
HSV(B) 45º 0.35% 0.63% -
XYZ 27.68 29.46 17.59 -
YUV 146.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 161 147 105 0 0.09 0.35 0.37 45 0.23 0.52
Hex A1 93 69 0 9 23 25 2D 17 34
Octal 241 223 151 0 11 43 45 55 27 64
Binary 10100001 10010011 1101001 0 1001 100011 100101 101101 10111 110100

Color Harmonies of #A19369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19369

Black with #A19369

Text Example


Text Example

White with #A19369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19369; }

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

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

background-color css

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

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

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

border-color css

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

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

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