Html Css Color HEX #A3995F Gurkha

📋 copy color: '#A3995F'

red 163 ◦ green 153 ◦ blue 95

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

Shades of Gurkha #A3995F

Tints of Gurkha #A3995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

 BLUE value IS 95 (37.5% from 255) = 23.11%

R = 39.66%
G = 37.23%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3995F (or 0xA3995F) is known color: Gurkha. HEX triplet: A3, 99 and 5F. RGB value is (163,153,95). Sum of RGB (Red+Green+Blue) = 163+153+95=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A3995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3995F is #5C66A0. Grayscale: #959595. Windows color (decimal): -6055585 or 6265251. OLE color: 6265251.

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

Color convert

RGB 163 153 95 -
CMYK 0 0.06 0.42 0.36
HSL 51.18º 0.27% 0.51% -
HSV(B) 51.18º 0.42% 0.64% -
XYZ 28.56 31.4 15.38 -
YUV 149.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 163 153 95 0 0.06 0.42 0.36 51.18 0.27 0.51
Hex A3 99 5F 0 6 2A 24 33 1B 33
Octal 243 231 137 0 6 52 44 63 33 63
Binary 10100011 10011001 1011111 0 110 101010 100100 110011 11011 110011

Color Harmonies of #A3995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3995F

Black with #A3995F

Text Example


Text Example

White with #A3995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3995F; }

 p { color: rgb(163,153,95); }

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

background-color css

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

 a { background-color: rgb(163,153,95); }

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

border-color css

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

 span { border-color: rgb(163,153,95); }

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