Html Css Color HEX #A3995D Gurkha

📋 copy color: '#A3995D'

red 163 ◦ green 153 ◦ blue 93

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

Shades of Gurkha #A3995D

Tints of Gurkha #A3995D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.74%

R = 39.85%
G = 37.41%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3995D (or 0xA3995D) is known color: Gurkha. HEX triplet: A3, 99 and 5D. RGB value is (163,153,93). Sum of RGB (Red+Green+Blue) = 163+153+93=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A3995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3995D is #5C66A2. Grayscale: #959595. Windows color (decimal): -6055587 or 6134179. OLE color: 6134179.

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

Color convert

RGB 163 153 93 -
CMYK 0 0.06 0.43 0.36
HSL 51.43º 0.28% 0.5% -
HSV(B) 51.43º 0.43% 0.64% -
XYZ 28.47 31.36 14.91 -
YUV 149.15 96.31 137.88 -
System Red Green Blue C M Y K H S L
Decimal 163 153 93 0 0.06 0.43 0.36 51.43 0.28 0.5
Hex A3 99 5D 0 6 2B 24 33 1C 32
Octal 243 231 135 0 6 53 44 63 34 62
Binary 10100011 10011001 1011101 0 110 101011 100100 110011 11100 110010

Color Harmonies of #A3995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3995D

Black with #A3995D

Text Example


Text Example

White with #A3995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3995D; }

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

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

background-color css

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

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

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

border-color css

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

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

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