Html Css Color HEX #A39362 Gurkha

📋 copy color: '#A39362'

red 163 ◦ green 147 ◦ blue 98

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

Shades of Gurkha #A39362

Tints of Gurkha #A39362

RGB

 RED value IS 163 (64.06% from 255) = 39.95%

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

 BLUE value IS 98 (38.67% from 255) = 24.02%

R = 39.95%
G = 36.03%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A39362 (or 0xA39362) is known color: Gurkha. HEX triplet: A3, 93 and 62. RGB value is (163,147,98). Sum of RGB (Red+Green+Blue) = 163+147+98=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A39362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39362 is #5C6C9D. Grayscale: #929292. Windows color (decimal): -6057118 or 6460323. OLE color: 6460323.

HSL color Cylindrical-coordinate representation of color #A39362: hue angle of 45.23º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A39362 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 147 98 -
CMYK 0 0.10 0.40 0.36
HSL 45.23º 0.26% 0.51% -
HSV(B) 45.23º 0.4% 0.64% -
XYZ 27.74 29.54 15.79 -
YUV 146.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 163 147 98 0 0.10 0.40 0.36 45.23 0.26 0.51
Hex A3 93 62 0 A 28 24 2D 1A 33
Octal 243 223 142 0 12 50 44 55 32 63
Binary 10100011 10010011 1100010 0 1010 101000 100100 101101 11010 110011

Color Harmonies of #A39362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39362

Black with #A39362

Text Example


Text Example

White with #A39362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39362; }

 p { color: rgb(163,147,98); }

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

background-color css

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

 a { background-color: rgb(163,147,98); }

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

border-color css

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

 span { border-color: rgb(163,147,98); }

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