Html Css Color HEX #A3985E Gurkha

📋 copy color: '#A3985E'

red 163 ◦ green 152 ◦ blue 94

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

Shades of Gurkha #A3985E

Tints of Gurkha #A3985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.16%

 BLUE value IS 94 (37.11% from 255) = 22.98%

R = 39.85%
G = 37.16%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3985E (or 0xA3985E) is known color: Gurkha. HEX triplet: A3, 98 and 5E. RGB value is (163,152,94). Sum of RGB (Red+Green+Blue) = 163+152+94=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A3985E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3985E is #5C67A1. Grayscale: #949494. Windows color (decimal): -6055842 or 6199459. OLE color: 6199459.

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

Color convert

RGB 163 152 94 -
CMYK 0 0.07 0.42 0.36
HSL 50.43º 0.27% 0.5% -
HSV(B) 50.43º 0.42% 0.64% -
XYZ 28.35 31.05 15.09 -
YUV 148.68 97.14 138.22 -
System Red Green Blue C M Y K H S L
Decimal 163 152 94 0 0.07 0.42 0.36 50.43 0.27 0.5
Hex A3 98 5E 0 7 2A 24 32 1B 32
Octal 243 230 136 0 7 52 44 62 33 62
Binary 10100011 10011000 1011110 0 111 101010 100100 110010 11011 110010

Color Harmonies of #A3985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3985E

Black with #A3985E

Text Example


Text Example

White with #A3985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3985E; }

 p { color: rgb(163,152,94); }

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

background-color css

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

 a { background-color: rgb(163,152,94); }

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

border-color css

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

 span { border-color: rgb(163,152,94); }

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