Html Css Color HEX #A3975D Gurkha

📋 copy color: '#A3975D'

red 163 ◦ green 151 ◦ blue 93

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

Shades of Gurkha #A3975D

Tints of Gurkha #A3975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.1%

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

R = 40.05%
G = 37.1%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3975D (or 0xA3975D) is known color: Gurkha. HEX triplet: A3, 97 and 5D. RGB value is (163,151,93). Sum of RGB (Red+Green+Blue) = 163+151+93=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3975D is #5C68A2. Grayscale: #949494. Windows color (decimal): -6056099 or 6133667. OLE color: 6133667.

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

Color convert

RGB 163 151 93 -
CMYK 0 0.07 0.43 0.36
HSL 49.71º 0.28% 0.5% -
HSV(B) 49.71º 0.43% 0.64% -
XYZ 28.15 30.71 14.8 -
YUV 147.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 163 151 93 0 0.07 0.43 0.36 49.71 0.28 0.5
Hex A3 97 5D 0 7 2B 24 32 1C 32
Octal 243 227 135 0 7 53 44 62 34 62
Binary 10100011 10010111 1011101 0 111 101011 100100 110010 11100 110010

Color Harmonies of #A3975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3975D

Black with #A3975D

Text Example


Text Example

White with #A3975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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