Html Css Color HEX #A39360 Gurkha

📋 copy color: '#A39360'

red 163 ◦ green 147 ◦ blue 96

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

Shades of Gurkha #A39360

Tints of Gurkha #A39360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.65%

R = 40.15%
G = 36.21%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A39360 (or 0xA39360) is known color: Gurkha. HEX triplet: A3, 93 and 60. RGB value is (163,147,96). Sum of RGB (Red+Green+Blue) = 163+147+96=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A39360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39360 is #5C6C9F. Grayscale: #929292. Windows color (decimal): -6057120 or 6329251. OLE color: 6329251.

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

Color convert

RGB 163 147 96 -
CMYK 0 0.10 0.41 0.36
HSL 45.67º 0.27% 0.51% -
HSV(B) 45.67º 0.41% 0.64% -
XYZ 27.65 29.5 15.3 -
YUV 145.97 99.8 140.15 -
System Red Green Blue C M Y K H S L
Decimal 163 147 96 0 0.10 0.41 0.36 45.67 0.27 0.51
Hex A3 93 60 0 A 29 24 2E 1B 33
Octal 243 223 140 0 12 51 44 56 33 63
Binary 10100011 10010011 1100000 0 1010 101001 100100 101110 11011 110011

Color Harmonies of #A39360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39360

Black with #A39360

Text Example


Text Example

White with #A39360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39360; }

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

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

background-color css

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

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

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

border-color css

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

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

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