Html Css Color HEX #A39860 Gurkha

📋 copy color: '#A39860'

red 163 ◦ green 152 ◦ blue 96

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

Shades of Gurkha #A39860

Tints of Gurkha #A39860

RGB

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

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

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

R = 39.66%
G = 36.98%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A39860 (or 0xA39860) is known color: Gurkha. HEX triplet: A3, 98 and 60. RGB value is (163,152,96). Sum of RGB (Red+Green+Blue) = 163+152+96=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A39860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39860 is #5C679F. Grayscale: #959595. Windows color (decimal): -6055840 or 6330531. OLE color: 6330531.

HSL color Cylindrical-coordinate representation of color #A39860: hue angle of 50.15º 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 #A39860 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 152 96 -
CMYK 0 0.07 0.41 0.36
HSL 50.15º 0.27% 0.51% -
HSV(B) 50.15º 0.41% 0.64% -
XYZ 28.44 31.09 15.57 -
YUV 148.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 163 152 96 0 0.07 0.41 0.36 50.15 0.27 0.51
Hex A3 98 60 0 7 29 24 32 1B 33
Octal 243 230 140 0 7 51 44 62 33 63
Binary 10100011 10011000 1100000 0 111 101001 100100 110010 11011 110011

Color Harmonies of #A39860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39860

Black with #A39860

Text Example


Text Example

White with #A39860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39860; }

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

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

background-color css

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

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

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

border-color css

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

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

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