Html Css Color HEX #A3955D Gurkha

📋 copy color: '#A3955D'

red 163 ◦ green 149 ◦ blue 93

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

Shades of Gurkha #A3955D

Tints of Gurkha #A3955D

RGB

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

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

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

R = 40.25%
G = 36.79%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3955D (or 0xA3955D) is known color: Gurkha. HEX triplet: A3, 95 and 5D. RGB value is (163,149,93). Sum of RGB (Red+Green+Blue) = 163+149+93=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A3955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3955D is #5C6AA2. Grayscale: #939393. Windows color (decimal): -6056611 or 6133155. OLE color: 6133155.

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

Color convert

RGB 163 149 93 -
CMYK 0 0.09 0.43 0.36
HSL 48º 0.28% 0.5% -
HSV(B) 48º 0.43% 0.64% -
XYZ 27.83 30.07 14.69 -
YUV 146.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 163 149 93 0 0.09 0.43 0.36 48 0.28 0.5
Hex A3 95 5D 0 9 2B 24 30 1C 32
Octal 243 225 135 0 11 53 44 60 34 62
Binary 10100011 10010101 1011101 0 1001 101011 100100 110000 11100 110010

Color Harmonies of #A3955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3955D

Black with #A3955D

Text Example


Text Example

White with #A3955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3955D; }

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

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

background-color css

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

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

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

border-color css

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

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

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