Html Css Color HEX #A3955F Gurkha

📋 copy color: '#A3955F'

red 163 ◦ green 149 ◦ blue 95

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

Shades of Gurkha #A3955F

Tints of Gurkha #A3955F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.61%

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

R = 40.05%
G = 36.61%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3955F (or 0xA3955F) is known color: Gurkha. HEX triplet: A3, 95 and 5F. RGB value is (163,149,95). Sum of RGB (Red+Green+Blue) = 163+149+95=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3955F is #5C6AA0. Grayscale: #939393. Windows color (decimal): -6056609 or 6264227. OLE color: 6264227.

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

Color convert

RGB 163 149 95 -
CMYK 0 0.09 0.42 0.36
HSL 47.65º 0.27% 0.51% -
HSV(B) 47.65º 0.42% 0.64% -
XYZ 27.92 30.11 15.17 -
YUV 147.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 163 149 95 0 0.09 0.42 0.36 47.65 0.27 0.51
Hex A3 95 5F 0 9 2A 24 30 1B 33
Octal 243 225 137 0 11 52 44 60 33 63
Binary 10100011 10010101 1011111 0 1001 101010 100100 110000 11011 110011

Color Harmonies of #A3955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3955F

Black with #A3955F

Text Example


Text Example

White with #A3955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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