Html Css Color HEX #A39861 Gurkha

📋 copy color: '#A39861'

red 163 ◦ green 152 ◦ blue 97

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

Shades of Gurkha #A39861

Tints of Gurkha #A39861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.54%

R = 39.56%
G = 36.89%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A39861 (or 0xA39861) is known color: Gurkha. HEX triplet: A3, 98 and 61. RGB value is (163,152,97). Sum of RGB (Red+Green+Blue) = 163+152+97=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A39861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39861 is #5C679E. Grayscale: #959595. Windows color (decimal): -6055839 or 6396067. OLE color: 6396067.

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

Color convert

RGB 163 152 97 -
CMYK 0 0.07 0.40 0.36
HSL 50º 0.26% 0.51% -
HSV(B) 50º 0.4% 0.64% -
XYZ 28.49 31.11 15.81 -
YUV 149.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 163 152 97 0 0.07 0.40 0.36 50 0.26 0.51
Hex A3 98 61 0 7 28 24 32 1A 33
Octal 243 230 141 0 7 50 44 62 32 63
Binary 10100011 10011000 1100001 0 111 101000 100100 110010 11010 110011

Color Harmonies of #A39861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39861

Black with #A39861

Text Example


Text Example

White with #A39861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39861; }

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

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

background-color css

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

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

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

border-color css

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

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

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