Html Css Color HEX #A39865 Gurkha

📋 copy color: '#A39865'

red 163 ◦ green 152 ◦ blue 101

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

Shades of Gurkha #A39865

Tints of Gurkha #A39865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.28%

R = 39.18%
G = 36.54%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A39865 (or 0xA39865) is known color: Gurkha. HEX triplet: A3, 98 and 65. RGB value is (163,152,101). Sum of RGB (Red+Green+Blue) = 163+152+101=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A39865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39865 is #5C679A. Grayscale: #959595. Windows color (decimal): -6055835 or 6658211. OLE color: 6658211.

HSL color Cylindrical-coordinate representation of color #A39865: hue angle of 49.35º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A39865 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 152 101 -
CMYK 0 0.07 0.38 0.36
HSL 49.35º 0.25% 0.52% -
HSV(B) 49.35º 0.38% 0.64% -
XYZ 28.68 31.18 16.82 -
YUV 149.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 163 152 101 0 0.07 0.38 0.36 49.35 0.25 0.52
Hex A3 98 65 0 7 26 24 31 19 34
Octal 243 230 145 0 7 46 44 61 31 64
Binary 10100011 10011000 1100101 0 111 100110 100100 110001 11001 110100

Color Harmonies of #A39865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39865

Black with #A39865

Text Example


Text Example

White with #A39865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39865; }

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

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

background-color css

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

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

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

border-color css

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

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

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